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

Multiple rows edit in popup by click next and prev

3 Answers 308 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 1
Jose asked on 23 Jan 2018, 12:45 PM

Hi Team,

I would like to know how to do a popup edit for multiple rows by click of next or prev link in the same popup. So that end user able to edit multiple rows without closing the popup.

Thanks,

Jose

3 Answers, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 25 Jan 2018, 11:47 AM
Hi Jose,

This would be easier to implement if you use an external edit form for the Grid, as with the default popup editor, you would need to exit edit mode for one row and enter edit mode for the next.

This example shows how to edit Grid rows using an edit form inside a Window widget:
https://dojo.telerik.com/EBepu

I added previous and next buttons, which change the edited item and the selection within the Grid.

Regards,
Tsvetina
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jose
Top achievements
Rank 1
answered on 29 Jan 2018, 06:32 AM

Hi Tsvetina,

Thank you so much for this sample. This details getting on select of rows. For my grid I am using cell selection for some other functionality so I wanted to show data when click of edit button on each row instead of row selection. I was trying with your example but facing issue to achieve it while doing next and prev. Could you please try a sample  for this.

Thanks again :) 

0
Accepted
Tsvetina
Telerik team
answered on 30 Jan 2018, 03:07 PM
Hello Jose,

You can use a custom edit button, as the default one would open the default edit form. Here is an updated version of the Dojo, which should do what you requested:
https://dojo.telerik.com/EBepu/2

Regards,
Tsvetina
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Jose
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Jose
Top achievements
Rank 1
Share this question
or