I have a master/detail radgrid. The detail table's EditMode is set to popup, and it has an EditFormTemplate. I would like to be able to initiate the detail table's insert popup from a button in the master. I tried trapping the button command in code behind and doing: e.Item.OwnerTableView.DetailTables[0].InsertItem(); but that doesn't seem to work.
The insert popup works fine from a standard command button on the detail table's command strip, but I would like to do it from the master button so I can remove the detail command strip altogether.
Is there any way to do that?
Thanks
Ross Crawford
The insert popup works fine from a standard command button on the detail table's command strip, but I would like to do it from the master button so I can remove the detail command strip altogether.
Is there any way to do that?
Thanks
Ross Crawford