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

[Solved] Radgrid DetailTable not loading

1 Answer 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sudhanva
Top achievements
Rank 1
Sudhanva asked on 07 May 2013, 06:47 PM
Hi,

Attached is the code for Hierarchy RadGrid.

I always get error message "No child records to display."  though I have added below code:

protected void RadGrid1_DetailTableDataBind(object sender, GridDetailTableDataBindEventArgs e)
    {
        e.DetailTableView.DataSource = GetPlans();
    }

Attached is the code for your reference. Please help.

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 08 May 2013, 10:37 AM
Hello,

Using this code we are not able to find issue/problem.

Can you please elaborate your scenario and provide some more code of your Grid.

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
Sudhanva
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or