I'm using a RadGrid, populated by an XMLDataSource, I'm using a CheckboxColumn, and was wondering why can't I select the checkbox with out clicking on the edit button? I would rather NOT force my users to click edit.
In browser mode, the check box in GridCheckBoxColumn is
disabled, so that it acts as a read-only control. If you want to
check/uncheck the CheckBox in browser mode, then use CheckBox inside
GridTemplateColumn like below.