I have a grid that has a GridCheckBoxColumn..
I want to edit the GridCheckBoxColumn's checkbox but i dont want to make use of its
I want to make it simple...
if the user will double click any part of the row the GridCheckBoxColumn checkbox will
be checked. It should not rebind the grid. Only one checkbox should be checked.
I have trouble using the ItemTemplate thats why im using GridCheckBoxColumn.
I want to edit the GridCheckBoxColumn's checkbox but i dont want to make use of its
ridTextBoxColumnEditor I want to make it simple...
if the user will double click any part of the row the GridCheckBoxColumn checkbox will
be checked. It should not rebind the grid. Only one checkbox should be checked.
I have trouble using the ItemTemplate thats why im using GridCheckBoxColumn.