When the grid is in browser mode, the
check box in the GridCheckBoxColumn is disabled and when the column is editable, the check box is
enabled.
So on clicking on the checkbox when the grid is in browser mode, RowClick and RowDblClick does not fire as it is disabled. But on clicking anywhere outside the checkbox in the column, the RowClick and RowDblClick should trigger as expected.
Thanks
Princy.
0
Daniel
Telerik team
answered on 04 Aug 2009, 08:04 AM
Hello Virendra,
Both RadGrid events are supported, although if you click on the CheckBox itself, they won't be fired because the underlying controls (CheckBox in this case) may have their own event handlers which should take precedence.