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

Rad Control

1 Answer 82 Views
Getting started with ASP.NET
This is a migrated thread and some comments may be shown as answers.
upendra
Top achievements
Rank 1
upendra asked on 15 May 2007, 10:21 AM
please answer to following queries.

1.How to bind datasource to a hierarchical grid especially inner data table through code behind?

2. How to add edit form template in a hierarchical grid?

1 Answer, 1 is accepted

Sort by
0
surfer
Top achievements
Rank 1
answered on 15 May 2007, 10:26 AM
1. You can use the DetailTableDataBind even to specify the DataSource of the DetailTable.

http://www.telerik.com/help/aspnet/grid/RadGrid%7ETelerik.WebControls.RadGrid%7EDetailTableDataBind_EV.html

2. Adding FormTemplate for Editing in rad Grid is demonstrated in the following online example:

http://www.telerik.com/demos/aspnet/Grid/Examples/DataEditing/TemplateFormUpdate/DefaultCS.aspx
(you can check out implementatino details in the C# / VB.NET / ASPX code tabs below the example)
Tags
Getting started with ASP.NET
Asked by
upendra
Top achievements
Rank 1
Answers by
surfer
Top achievements
Rank 1
Share this question
or