开发者

Does anyone know how to get the `InsertItem` of detail table of radgrid?

Does anyone know how to get the InsertItem of detai开发者_JAVA技巧l table of radgrid? I can get from master table using the following code.

Radgrid1.MasterTableView.GetInsertItem();

But how can I get it from detailtable?


You need the index of the parent item:

RadGrid1.Items[?].ChildItem.NestedTableViews[0].GetInsertItem();

In a EventHandler you can iterate through the parent objects of the sender until the GridEditFormInsertItem.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜