Hi there,
I have parent grid and a detailstable. The parent has inline edit. When I click on row 1, it goes into edit mode correctly. Now I click to expand row 5. Row 5 expands correctly but row 1 is still in edit mode. Clicking inside the expanded grid causes a "can't load viewstate." This happens to insert as well.
Using RadGrid1.MasterTableView.ClearEditItems() has no effect nor does item.edit=false
When I expand any row, I would like edit/insert on the parent grid to close.
Thanks for any assistance.
Khanh
I have parent grid and a detailstable. The parent has inline edit. When I click on row 1, it goes into edit mode correctly. Now I click to expand row 5. Row 5 expands correctly but row 1 is still in edit mode. Clicking inside the expanded grid causes a "can't load viewstate." This happens to insert as well.
Using RadGrid1.MasterTableView.ClearEditItems() has no effect nor does item.edit=false
When I expand any row, I would like edit/insert on the parent grid to close.
Thanks for any assistance.
Khanh