For my needs, I really want to get as close to MS Excel like functionality (since that what I'm working to migrate users off of) as I can with a ListGrid, so I really need canSelectCells:true to get all the useCopyPasteShortcuts features.
However, I'd also like a GUI for row selection. I thought all I'd need to do is set selectionAppearance:"checkbox", but it's not giving me checkboxes unless canSelectCells:false, so unless I'm missing something, it seems like checkboxes and canSelectCells:true are mutually exclusive?
While I can see some mutex complications, it seems like they could be compatible (as they are in MS Excel). e.g., if I click a cell, then rows are deselected, and if I click a checkbox, cells are deselected. Is this a feature request or a bug report?
Thanks
However, I'd also like a GUI for row selection. I thought all I'd need to do is set selectionAppearance:"checkbox", but it's not giving me checkboxes unless canSelectCells:false, so unless I'm missing something, it seems like checkboxes and canSelectCells:true are mutually exclusive?
While I can see some mutex complications, it seems like they could be compatible (as they are in MS Excel). e.g., if I click a cell, then rows are deselected, and if I click a checkbox, cells are deselected. Is this a feature request or a bug report?
Thanks
Comment