I am using a radgrid for Insert,Update and delete with
AllowMultiRowEdit
="false" AllowMultiRowSelection="false" and EditMode="EditForms"
with custom form.I am using the same custom form for Insert and Edit.
Now facing an issue while clicking on Add new button which is placed on CommandItemTemplate.
Scenario .
- After Clicking on edit link
- without canceling or updating if I click on Add new button.
- New Row is added to grid in Add new mode.
4. The edited row still remains in Expand mode.I need it to be in collapse mode.
My issue is I need to Collapse all rows except the new row while clicking on Add new as Multirowselected and MultiRowEdit is false or
help me to get code for making the expanded row to collapse.
In editmode this functionality is working.
Please help....
Thanks
Jojy