views:

3

answers:

0

Does anyone know how to get the InsertItem of detail table of radgrid? I can get from master table using the following code.

Radgrid1.MasterTableView.GetInsertItem();

But how can I get it from detailtable?