Posted 28 Oct 2016 Link to this post
Hi,
I've a grid with a custom editor template.
I need to open a new popup for a new record insert after the user updated o inserted the record before by clicking on a dedicated button
How can I do that?
Posted 01 Nov 2016 Link to this post
Posted 02 Nov 2016 in reply to Eyup Link to this post
thank you for your answer, but the DataSource's event requestEnd is fired only ones at grid loaded.
Posted 04 Nov 2016 Link to this post
Posted 04 Nov 2016 in reply to Eyup Link to this post
Hi, thank you, now it works. But when i do this: var grid = $("#grid").data("kendoGrid"); grid.addRow();
I find a new empty line on the grid and the pop-up doesn't appear I've already configured the grid for editing in popup mode Thank you
Posted 08 Nov 2016 Link to this post