Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Component One .NET Grid
Message
 
To
03/07/2003 13:58:25
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00804388
Message ID:
00807596
Views:
22
I usually just set the DataSource to the DataTable and leave DataMember alone.

C1Grid.DataSource = dsTest.Tables[0];

Stephen


>Stephen,

>Any idea why the C1TrueDBGrid does not populate data with the code below.

>string [] str_TableNames = {"Ax.dbo.Series"};
>DBRef = new GenerateDataSet();
>dsTest = DBRef.GetDataSet(str_TableNames);
>C1Grid.DataSource = dsTest;
>C1Grid.DataMember = dsTest.Tables[0].TableName.ToString();
>C1Grid.Rebind();
Stephen Lee

--------------------------------
Too much to code
Too little time
--------------------------------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform