views:

11

answers:

1

Hello, I'm looking for an example on how to create a RadGrid NestedView template that loads the data when expanded. All the examples I see use a SqlDataSource, but I would prefer to avoid that since I'm not using it on the parent grid (using the NeedsDataSource event).

This can't be that hard... I just can't get the databinding down.

Thanks!

A: 

Hook the DetailTableDataBind event of the telerik Ajax grid to bind the detail data for the nested view, Mike. I did that before as it is presented here and it worked.

Dick Lampard