Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
635
can't deselect ultragrid's multiple selected rows
posted

Hi

If 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.

Thanks

John

Parents
  • 469350
    Offline posted

    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.

Reply Children