Try the following code snippet for adding RadGrid to RadTreeView as NodeTemplate. In this example I tried to pass the DataSourceID as parameter when creating the template node.
CS:
protectedoverridevoid OnInit(EventArgs e)
{
RadTreeView1.NodeTemplate = new RadGridTemplate();
Hi Shinu:
Does this work when the data source is relational data? I have 5 relational tables nested one to the other... I followed the telerik relational data training video exactly - and it works wonderfully, but it would be really good to put a grid in at each node level...
Thanks,
Chrysa