DataView.Sort throws OutOfBound exception when encounters NaN values

Hi, I have a virtual grid, which needs to be sorted. Some of the values in some of the columns are NaNs, which causes Sort method of DataView to throw an out of bounds exception. There is also a problem with filtering. Can anybody suggest a fix? Regards.

1 Reply

ST stanleyj Syncfusion Team December 30, 2005 12:54 PM UTC

Hi Julia, Something to try: Set dataview.Sort after ResetVolatileData call and then call Refresh. Regards, Stanley

Loader.
Up arrow icon