I've been looking at the release notes and i can see that a selection checkbox has been added since we last updated which is great. I can also see as per the release notes that there is a "New mode for selecting rows only via the selection checkboxes". Does anyone know how to configure this?
Cheers!
Hi Alex,
You can set the UseCheckboxRowSelectionOnly property to true to allow selection only via the checkboxes. You can read more about this column in the GridViewSelectColumn help article in our documentation.
this.radGridView1.MasterTemplate.UseCheckboxRowSelectionOnly = true;
Perfect thanks. I missed that page.
Update: That's working exactly as i'd hoped for