开发者

Loading RadGrid NestedView on demand without using SqlDataSource

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!


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜