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

Rad Grid Batch edit Plus Edit form plus PopUp Edit

1 Answer 133 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lijo
Top achievements
Rank 1
Lijo asked on 20 Feb 2015, 07:10 AM
Hi

     How can I use a Rad grid to perform batch edit, Edit form and Pop-Up edit combined?

     I have a grid which uses batch edit with some drop down, check box and text box control. I want to use Edit form to edit and display another grid (which is                related to the individual rows in the first grid) by clicking on one button similar to the edit button. Also I want to show a pop-up to display and edit other related          data with the first grid on clicking on another button. How can i achieve this?

Thanks & Regards
Lijo Sebastian

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 24 Feb 2015, 02:06 PM
Hi Lijo,

As I understand your scenario you have two RadGrid controls - one is using Batch Editing and another that is using EditForms EditMode. You would like to use a button in the second RadGrid to show a popup and edit data in the first RadGrid. Is that correct?

Note that using a popup with Batch Editing is not available out of the box. Implementing such functionality would require custom logic. You would need to retrieve the values from the popup form and set the values to the cells of RadGrid using the Batch Editing client-side API. More information on the client-side methods and events for Batch Editing is available in this article.

Regards,
Viktor Tachev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Lijo
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or