I have a RadGrid where each row has an Edit button that opens an edit form that is in a Web UserControl.
These work fine. Say I edit row 1, but then click on the Edit button on Row 2, Row 1 closes as expectd.
However, If I click on say row 1 but then click the Add New Record link, Row 1 stays open along with a new blank form for the row I am adding.
When Adding a new record, how do I close all other edit forms?
These work fine. Say I edit row 1, but then click on the Edit button on Row 2, Row 1 closes as expectd.
However, If I click on say row 1 but then click the Add New Record link, Row 1 stays open along with a new blank form for the row I am adding.
When Adding a new record, how do I close all other edit forms?