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

using GridEditMode.PopUp

1 Answer 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Houssem
Top achievements
Rank 1
Houssem asked on 26 Aug 2015, 08:06 AM

Hello,

I use KendoMvcGrid in my webproject, i choose the option "GridEditMode.PopUp" for add and edit features. I search to not display the modification in grid when ​my popup in display.

Thank you

1 Answer, 1 is accepted

Sort by
0
Accepted
eo
Top achievements
Rank 1
answered on 26 Aug 2015, 03:56 PM

Hello Houssem,

If I understand correctly, you want to have a popup to edit rows in a grid, but you don't want the changes to be shown in the grid while the popup is open. Unfortunately, the row and the edit popup are bound to the same data, so changing one will change the other.

If you really need to implement the behavior you're describing, you could use a custom command button that calls a function, which in turn opens a popup with a form that lets you edit values and save them.

Hope this helps!

Tags
Grid
Asked by
Houssem
Top achievements
Rank 1
Answers by
eo
Top achievements
Rank 1
Share this question
or