Hello,
I read through several posts including these:
http://ko.infragistics.com/community/forums/p/77405/390829.aspx
I was wondering if it was possible to prevent losing the checkbox selected when clicking into a cell on a row that's not selected?
I have edit mode: 'cell' and rowselectors (with multiselection on). I want to be able to only "select" rows by clicking the checkboxes, and then I want to keep them selected when I click on a different cell to edit within.
Is there a way to do this?
Thanks,
hey,
if you have any additional questions about this scenario, please let me know. Thanks
Angel
The checkboxes column (when there are row selectors) is bound to selection, so it's not possible to have something selected, but not checked at the same time .it also applies to rows. I mean, if you'd like this functionality, you can add an unbound checkbox column which isn't part of row selectors. example:
http://ko.infragistics.com/products/jquery/sample/grid/unbound-column
Let me know if this helps. Thanks
Hi Angel,
That's not really what I was asking. Apologies if I wasn't clear. I'm trying to unbind the checkbox so that I can click on other cells and keep them checked. I'm not trying to multiselect anything, I was just saying multiselect was enabled as an option with the checkboxes.
Thanks
if you use the CTRL or SHIFT keys , then this is multiple selection, therefore previous selection (and therefore checkboxes) aren't cleared. This sample demonstrates this:
http://ko.infragistics.com/products/jquery/sample/grid/row-selectors-with-checkboxes