Hi,
Attached is the code for Hierarchy RadGrid.
I always get error message "No child records to display." though I have added below code:
Attached is the code for your reference. Please help.
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.