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

Batch and Popup editing

2 Answers 342 Views
Grid
This is a migrated thread and some comments may be shown as answers.
moussa
Top achievements
Rank 1
moussa asked on 14 Dec 2014, 11:16 PM
Hello,

 I want use Batch editing and Popup editing in th same grid

See the exemple in the attached file

best regards

2 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 17 Dec 2014, 06:25 AM
Hello Moussa,

This is not supported out-of-the-box. However you can try to achieve similar behavior by enabling the batch editing mode by default and create a template column in which you create your own edit button which on click opens a window. The content of the window should be a form filled with inputs that have value binding attributes.

Then you can bind the current model to the window container and thus create your own implementation of the popup editing mode.

To get the idea what methods of the Grid should be used you can check the following article which demonstrates pretty much the same:

https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/external-editing-container

Regards,
Petur Subev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
moussa
Top achievements
Rank 1
answered on 17 Dec 2014, 06:53 PM
Thank you for your help and Reactivity
Tags
Grid
Asked by
moussa
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
moussa
Top achievements
Rank 1
Share this question
or