In telerik Rad Grid for Child grid (heriarchial grid),Add Template will be displayed in between the Header templete and List of Items as shown in the below link
1 Answer, 1 is accepted
0
Accepted
Georgi Krustev
Telerik team
answered on 05 Feb 2009, 11:01 AM
Hello Nagi,
The functionality you are searching for is attainable. You just need to wire OnItemCreated event, and when it is raised to check if the Item is from GridCommandItem. To add different buttons in the top grid command template and to the bottom, you need to check when commandItem.NamingContainerisGridTHead or GridTFoot.