Radzen DataGrid don't highlight row when checkbox is checked

Hello,

I'm using Radzen DataGrid with multiple selection mode and I want that when I'm clicking to the checkbox it shouldn't to highlight the selected row. Row should highlight only when row is clicked. So, I'm wondering that is there any built-in functionality to rich my goal? Or is it possible only through pure JavaScript codes?

If my question is not clear, please let me know.

Thanks,
Ali

Hi @Ali013,

Show us your code.

Thanks for reply, please, this is my DataGrid creation code.

Please, let me know if it's not enough.

When you use @bind-Value the rows will be selected. You can remove that setting and they should stay normal.

1 Like

I've just tested, and it helped me. Thank you so much!