AD
Administrator
Syncfusion Team
November 14, 2005 06:29 PM UTC
If you try using a .Net 2.0 DataGridView and set its DataSource to the same DataTable, does it show up there?
Do you get any exceptions being thrown?
The GridListControlSample we ship works OK if you set its DataSource to a DataTable using version 3.3 of our libraries and .NET 2.0 release version.
CE
Chad Elliot
November 14, 2005 08:13 PM UTC
Unfortunately, no errors are generated. When I set the DataSource property of a DataGridView, the data displayed correctly.
I tried GridListControlSample and it worked just fine, but the ComboBoxBaseGridDemo did not. When I tried to run the program, Visual Studio told me there were build errors, but when I looked for the errors in Visual Studio, none where found.