Forum Discussion
AKarandjeff
14 years agoContributor
I think I figured out why the counts were different. The Select All button performs a selection interval starting 0 and uses the getRowCount method to set the upper end. Being base 0, the getRowCount number of 10 is actually the 11th counted row. I was able to go into our application code and changed the Select All button's selection interval to be from 0 to getRowCount - 1 and the getSelectedRows returned 10.
Related Content
- 2 years ago
- 13 years ago
- 2 years ago
- 2 years ago
Recent Discussions
- 4 hours ago
- 4 days ago