AD
Administrator
Syncfusion Team
December 2, 2005 01:25 PM UTC
I do see this problem in version 3.3, but it is not in the upcoming 4.1 release (now planned for roughly mid December).
As a work-around until you have the build with this fixed, maybe you could use the GridControl1.Model.Selections.Ranges to get the ranges instead of GetSelectedRows. If you really want the rowcount, you can add up the range.Bottom - range.Top + 1 for each range in the GridControl1.Model.Selections.Ranges.