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

Popup grid edit inside another popup grid edit

1 Answer 23 Views
Grid
This is a migrated thread and some comments may be shown as answers.
GridLover
Top achievements
Rank 1
GridLover asked on 25 Mar 2017, 09:29 PM

I have a kendo grid. @(Html.Kendo().grid()

 

When I click the edit, it will have a popup edit for me to edit the data. Now, in this popup edit, which I click a button, I want to have a new popup edit to edit the other data. Please tell me how to do it. Thanks

1 Answer, 1 is accepted

Sort by
0
Preslav
Telerik team
answered on 28 Mar 2017, 03:06 PM
Hello,

A possible solution might be using a custom popup editor. It this editor you could configure another grid with popup editing. 

An example of a grid with a custom popup editor is available in this repository:

https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/grid-popup-editing-dropdownlistfor-required

Regards,
Preslav
Telerik by Progress
Try our brand new, jQuery-free Angular 2 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
GridLover
Top achievements
Rank 1
Answers by
Preslav
Telerik team
Share this question
or