This is a migrated thread and some comments may be shown as answers.

Close RadGrid Popup Edit Window

1 Answer 109 Views
Grid
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 02 Aug 2011, 04:29 PM
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

Sort by
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.

Kind regards,
Tsvetina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
William
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or