HiIf I set the ultragrid's SelectTypeRow to Extended, I can select multiple rows while pressing Shift or Ctrl but mouse clicking a selected row doesn't deselect it. If I click on another selected row then it deselects the previous row. Is this a bug?We also want to let our users select/deselect rows by pressing spacebar. Do I need to write custom code to do this?We're on version 9.2.ThanksJohn
Hi John,
Clicking on a selected row without any modifier keys will select the row you clicked and de-select any other rows that were selected.
If you want to de-select a single row, then you have to use Ctrl+Click.
This is all standard Windows behavior. It's exactly the same way Windows Explorer works.
Hi Mike
That's the behaviour I was expecting. Can you think of any settings that might affect it? I'm not sure what you mean by 'modifier keys'.
I have the SelectTypeCell and SelectTypeCol set to None and SelectTypeRow to Extended.
John