hi together,
i have a grid on my page which uses multi row selection (with help of a GridClientSelectColumn) and highlighting.
the options for AllowMultiRowSelection and AllowRowSelect are set to "true", UseClientSelectColumnOnly is set to "false".
everything works as supposed except for one thing: everytime i click on one of the checkboxes, the complete row becomes highlighted. i'd like to have the highlight feature exclusively by clicking in the row, not on the checkboxes.
is there a built-in way to highlight only the last selected row and do multi row selection with the checkboxes without highlighting?? i think it's the same way the radtreeview works...
if that's not the case, which event do i hang on to cancel the checkbox highlighting on my own ?
thanks for your help :) regards
hendrik
i have a grid on my page which uses multi row selection (with help of a GridClientSelectColumn) and highlighting.
the options for AllowMultiRowSelection and AllowRowSelect are set to "true", UseClientSelectColumnOnly is set to "false".
everything works as supposed except for one thing: everytime i click on one of the checkboxes, the complete row becomes highlighted. i'd like to have the highlight feature exclusively by clicking in the row, not on the checkboxes.
is there a built-in way to highlight only the last selected row and do multi row selection with the checkboxes without highlighting?? i think it's the same way the radtreeview works...
if that's not the case, which event do i hang on to cancel the checkbox highlighting on my own ?
thanks for your help :) regards
hendrik