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
65
Multi row selection without using CTRL/SHIFT
posted

Is it possible to select multiple rows in a WebDataGrid without holding CTRL, SHIFT, or dragging?  Basically, I would like the selected rows to remain "sticky", kind of like a checkbox functionality, except with the row selection element (ie. click an unselect row to select, click a selected row to unselect - but without affecting the rest of the selected rows in the process).

I've tried tricking the event object in the browser into thinking the CTRL key is pressed (via JS), but I don't think it's possible.