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
565
Ultragrid Multi Row Selections
posted

Here is a scenario:

 - User selects 4 rows to process by pressing CTRL and clicking on the row.

- User the selects a single row (without pressing CTRL), effectively wiping out all prior selected rows.

Is there a way that if a user selects a single row, without presssing CTRL also, the prior selected rows are NOT de-selected?

 Thanks!

  • 469350
    Verified Answer
    Offline posted

    I suppose you  could turn off selection in the grid by setting SelectTypeRow to None and then handle the clicking on the rows and the selection yourself in code.