DataGrid : RowSelect strange behaviour

Hi,

I have a strange behaviour with the RowSelect, In fact, on the first page of the datagrid I can select only one row, I mean one row can be highlighted at time. But starting the page 2, many rows can get highlighted at the same time.

Here is the method called by the RowSelect event, as you can see it does nothing...

protected async Task OnRowSelect(Refund refund){

}

Do you have any clou about that behaviour?

Best Regards,
Jérôme.

Hi,

I'm unable to reproduce such problem on our demo:

Hi @enchev,

We are not in the same situation, your example used "@bind-Value" and not "RowSelect" like mine....

Is there a way to test in the same condition in your side?

Jérôme.

The source code of our demos is available - you can try to replicate your issue