Originally posted by Belinda Zenk
I have a datagrid with the multi select property checked but when I try to loop through the selected items it only returns those visible at the time the command is fired.
example 1: The data grid has 100 records in it and I 'select' the first 50 (but only 20 are visible at any one time on the screen with out scrolling) but datagrid.selection.count only returns 20...???
example 2: The data grid has 100 records in it and 'Select' every 10th item for 10 total (only 2 are visible on the grid at a time with out scrolling) but datagrid.selection.count only returns 2
What am I doing wrong?
Thanks in advance! |