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

Keep popup edit windows open after saving new record

1 Answer 193 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mat
Top achievements
Rank 1
Iron
Mat asked on 20 Jul 2017, 10:40 AM

I have a custom popup grid edit window that displays some related fields. I hide these fields when creating a new record, as the record id is not created until the record is saved.

Currently users need to save the record and then click again to edit it to be able to see the related fields. Is it possible to keep the popup window open after creating the record and receiving the id back from the server?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 24 Jul 2017, 06:49 AM
Hello James,

Currently, the Popup windows have to be closed as the Grid will be re-rendered after a create operation it orders to reflect the made changes.

The newly added row, can be put in edit mode again after the refresh, but this will still create a scenario where the window will be closed and then programmatically opened:

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#methods-editRow

Let me know if you need additional information on this matter.

Regards,
Stefan
Progress Telerik
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
Mat
Top achievements
Rank 1
Iron
Answers by
Stefan
Telerik team
Share this question
or