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

Kendo Grid in a Kendo Grid Popup Editor

3 Answers 269 Views
Grid
This is a migrated thread and some comments may be shown as answers.
DominionZA
Top achievements
Rank 1
DominionZA asked on 07 Oct 2013, 08:55 PM
I have my popup editor working great until I add in a grid to the editor.

My editor template consists of a tab control and the second tab has a grid embedded in it.
As soon as I put the grid in, the popup window no longer pops up but rather displays inline with the host grid and the tabs are not clickable. I remove the grid from the second tab in the popup and popup pops up again and works as expected.

Is there a specific design pattern to be adhered to when using a customer popup editor the contains a grid?

3 Answers, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 08 Oct 2013, 01:57 PM
Hello Michael,

There are no specific design patters that should be followed. Any properly configured Kendo UI widget should appear correctly in the popup editor. Here is an example of Grid inside another Grid's edit Window.
 
Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
DominionZA
Top achievements
Rank 1
answered on 08 Oct 2013, 03:28 PM
I managed to work around the problem by making the editor in the second grid a popup. When I set it to InCell the first popup displays inline with the host grid. Change to Popup, and the window pops up as expected.

Your sample does not have editing enabled. Perhaps this is why it works for you?
0
Alexander Popov
Telerik team
answered on 09 Oct 2013, 12:38 PM
Hello again,

Having an editable nested Grid is also possible - here is an updated version of the example. Could you please provide a runnable project or example where the issue is reproduced? This would help us pinpoint the exact reason for this behavior.
 

Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
DominionZA
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
DominionZA
Top achievements
Rank 1
Share this question
or