When using the shift key the count of selected rows is not correct.
Using this link: http://oria.github.io/gridx/demos/indirectSelect.html
In the grid under "IndirectSelect with extended selection"
Steps to recreate:
1: Click checkbox for row 2 (Identity column = 1)
2: Hold shift key and click checkbox for row 3 (Identity = 2) NOTICE selected count number is 2
3: With shift key still pressed click row 1 (Identity = 0). NOTICE selected count number is is now 3 but there is only 2 rows which contain a checkbox.
This is a big issue for our app, we are currently looking at the gridx code to find a fix. But if someone has one could you please post it.
Thank you
Roman