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

Kendo Popup Grid Save

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chatra
Top achievements
Rank 1
Chatra asked on 29 May 2014, 08:47 PM
Hi,

I have a grid(Grid1) with popup Edit. And On Popup Edit of Grid1 have a another Grid2 with popup2 Editable enabled.


I want to have control on Save2  button of popup2; for the data to be pushed on to grid2  based on input of popup2.

Basically I am trying to push more data values   to griddatasource as per grid model based on selection on popup2 window which has minimum fields show.


Thanks,
Chatrapathi Chennam

1 Answer, 1 is accepted

Sort by
0
Accepted
Vladimir Iliev
Telerik team
answered on 02 Jun 2014, 02:08 PM
Hi Chatra,

You can use the "save" event of the nested Grid to execute your custom code (the event data contains both the current edit container and the current model that is edited). 

Kind Regards,
Vladimir Iliev
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
Chatra
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or