The Scenario
For some dropdowns in my application, there are potentially about 100 options, but in reality each user will really only ever want a dozen or so. So, I want to display a ‘settings’ screen where the user will see all 100 options, have a checkbox ‘IsUsed’ and indicate which ones they want to see, then update the model to persist their choices.
The Issue
I can’t get the ‘IsUsed’ checkbox to be editable in the “batch/‘InCell’ edit mode. Checking the Telerik sample app this is also the case (i.e. the ‘Discontinued’ checkbox is not editable in the Telerik example). Is it not possible to do what I want?
edit
I found that actually you can get the checkbox to be editable, but you have to first click anywhere in the row/column, but not on the checkbox, then you can click on the checkbox. Surely this isn't by design? It's very un-intuitive.