Hello,
I want to disable the RadGrid's ability to highlight and select rows when hovering over a row with the pointer. However, setting the appropriate attribute EnableRowHoverStyle has no effect, one can still highlight rows and select them.
| <ClientSettings EnableRowHoverStyle="False" Selecting-AllowRowSelect="False"> |
| <Selecting AllowRowSelect="false" EnableDragToSelectRows="False" /> |
| </ClientSettings> |
Did I miss something or a property I need to set prior to EnableRowHoverStyle?
Thanks
Boris