This is a migrated thread and some comments may be shown as answers.

Can not display my GridTableView

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Armando
Top achievements
Rank 1
Armando asked on 14 Jul 2010, 06:16 PM
Hi, how are you?, I have a problem when I try to add GridTableView in My RadGrid, I add my GridTableView with code

Example:

              
GridTableView gtv = new GridTableView();
                gtv.AutoGenerateColumns = true;
                gtv.DataSource=   BillMaterial.getSubParts(mp.PartNumber);
               gtv.DataBind();
               RadGrid.MasterTableView.DetailTables.Add(gtv)';


But in my page, can not see my Detail Table, Why?


1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Jul 2010, 08:08 AM
Hai Armando,


There is an online help documentation which shows how to create hierarchical grid programmatically. I hope, referring this would help you to solve the issue.

You can find the relevant demo here: Creating Hierarchy Programmatically


Regards,
Shinu.
Tags
Grid
Asked by
Armando
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or