Is there a way to close the RadGrid Popup Edit window manually from the code behind or client side code?
1 Answer, 1 is accepted
0
Tsvetina
Telerik team
answered on 05 Aug 2011, 11:29 AM
Hi William ,
You can do that by clearing the EditIndexes collection (RadGrid1.EditIndexes.Clear()) of the grid and if you do this after the grid has been already bound or in another control's event handler, you would need to rebind it.