Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Component One .NET Grid
Message
 
À
03/07/2003 13:58:25
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00804388
Message ID:
00807596
Vues:
23
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
--------------------------------
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform