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
525
Multiple row selection is kind of flaky
posted

The selectrowtype of my grid is "Extended select w/Auto drag". When I select a range of rows, for instance 5 rows using auto drag. And then select one more row which is not in the range say...I select a row after 2 rows using ctrl + click. 

When I programmatically see the number of selected rows...the count is 5. The last row I selected using ctrl+click is not part of that collection. 

Is this a bug?

-N