开发者

filtering the records in the second grid according to the selection in the first

i've header and detail rad grids. when i click a record开发者_如何学Python from header rad grid, it must be filled detail grid. how to do this? thanks in advance.


You probably want to do something like this.


Check out these demos, this demo and the other demos listed on the left: http://demos.telerik.com/aspnet-ajax/grid/examples/programming/detailtabledatabind/defaultcs.aspx

Basically, set the HierarchyLoadMode="ServerOnDemand" for the MasterTableView. Then add a DetailTableDataBind event handler on the RadGrid. This fires every time you expand the header record (by default, the child gets loaded when expanded, not clicked). If you wanted to expand on click, you may be able to programmably expand the table.

Also, if you set the EnablePostBackOnRowClick="true" and ClientSettings AllowRowSelect="true", this posts back when clicking on the row, so that handles that part of the equation.

HTH.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜