Sorting in GDBG

Hi I am using the GridRangeInfoList rangeList = this.dgUserEmpAvailable.Selections.GetSelectedRows(true, false); to find out the selected rows in a grid. It works fine until I sort the grid by clicking on the header. Event if i clear the range in the cell click event of grid by using dgUserEmpSelected.Selections.Ranges.Clear(); dgUserEmpSelected.Selections.Clear(); It still keeps the old range. Please help Thanks Gulshan

1 Reply

AD Administrator Syncfusion Team May 11, 2005 10:35 PM UTC

What version are you using? I could not see a problem in this sample using 3.2.1.0. Can you see the problem in this sample? http://www.syncfusion.com/Support/user/uploads/GDBG_SOrt_3cd28bdf.zip

Loader.
Up arrow icon