Hello,
I am having trouble using the ‘getselectedrowindexes’.length after doing an unselectall. After doing the unselectall, I would expect the length to be 0 but instead I get the total number of rows of the grid. After inspecting the Object returned, I am seeing that all rows have an index value of -1 causing the length to still equal total rows(even though none are selected) instead of 0. And also another observation that I see is that when selecting individual rows in the grid after doing the ‘unselectall’, the array length grows past the total number of rows of the grid because it appends the index to the end of the object array(all -1 values) with the newly selected value.
Can someone please advise?
Thanks,
wmklaborn