This question is locked. New answers and comments are not allowed.
Hi,
We use the ClientEvent OnRowSelected to set a checkbox in our grid. This event is only triggered when .Selectable() is set. Selectable causes a selected row style on mouseover which taxes the CPU and does not fit our design. Also the font goes bold which causes a change in layout. For instance the command buttons can be aligned underneath each other instead of next to each other on the selected row.
Is there a way we can have the OnRowSelected event without the row selected style?
Thanks in advance.
We use the ClientEvent OnRowSelected to set a checkbox in our grid. This event is only triggered when .Selectable() is set. Selectable causes a selected row style on mouseover which taxes the CPU and does not fit our design. Also the font goes bold which causes a change in layout. For instance the command buttons can be aligned underneath each other instead of next to each other on the selected row.
Is there a way we can have the OnRowSelected event without the row selected style?
Thanks in advance.