AD
Administrator
Syncfusion Team
October 7, 2005 09:55 PM UTC
Are you trying to use multuple threads? If so, you need to make sure you do gridListControl.InvokeRequired checks before you try to access any GridListControl methods.
Here is a KB link for the GridControl. It will be similar for a GridListControl (or any other Control derived class.) http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=78
If it is not a threading issue, then if you can upload a little sample showing the problem, we can try to debug it here.