GridProblem

Hi Iam using GGC.I''ve 2 tables.Let''s say Class & Students. Class Table is having classId which is the primary key & Student table is having StudId as primary key & Foriegn key relation is in between them.Now i want to display all the classes inthe 1st row of the GGC.In the 2nd column I want the cell type as combo which contains the names of students of the corresponding class in the load itself.And when the form loads, that list should sort alphabetically.& display one of the name as text. Can U give me a solution for these.. Thanks RV

1 Reply

ST stanleyj Syncfusion Team January 3, 2006 04:51 PM UTC

Hi RV, See if this sample meets your requirement. This uses the mapping possibility of ComboBox with DisplayMember and ValueMember. Also refer the sample in \Syncfusion\Essential Studio\4.1.0.10\windows\Grid.Grouping.Windows\Samples\MultipleColumnForeignKeys to see if that helps. Best regards, Stanley

Loader.
Up arrow icon