GridGroupingControl - Error

Hi, We are using Syncfusion 3.2.1.0. Can you please tell us why this error occurs? System.IndexOutOfRangeException: Index was outside the bounds of the array. at Syncfusion.Windows.Forms.Grid.Grouping.GridTableDescriptor.EnsureRecordRowColumns() at Syncfusion.Windows.Forms.Grid.Grouping.GridTableControl.SynchronizeGridWithEngine() Thanks and Rgds Rajani Kanth

1 Reply

AD Administrator Syncfusion Team May 25, 2006 10:20 AM UTC

Hi Rajani, Any calls into the grid must be done on the thread that creates it, and you can use grid.InvokeRequired to check for this. Please check this KB article. http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=78 Here is a GroupingGrid sample. http://www.syncfusion.com/Support/user/uploads/Thread_Sample_6e0048e6.zip Let me know if this helps. Also can you send us a sample reproducing this behavior? Sorry for the inconvenience caused. Best Regards, Haneef.

Loader.
Up arrow icon