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

MVC Grid create rows rapidly

2 Answers 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Adem
Top achievements
Rank 1
Adem asked on 31 Mar 2016, 11:49 AM

I have a grid similiar that. But I don't want to close pop-up window; after clicking Update Button, i want to save record and clear all (or some) fields and continue to create (other) new record. So user can re-insert new record rapidly (multiple insert in the same window).

Finally user click the "cancel" (or close) button and popup will be closed. How can I do that.

2 Answers, 1 is accepted

Sort by
0
Adem
Top achievements
Rank 1
answered on 04 Apr 2016, 07:13 AM
please help 
0
Radoslav
Telerik team
answered on 04 Apr 2016, 07:51 AM
Hi Adem,

Unfortunately the desired functionality is not supported in the gird widget. As a workaround you can reopen the insert window when the user clicks on the update or insert button.
In this case you can use addRow and editRow methods.

Also you can try and use the similar work-around solution as the one covered here:
http://www.telerik.com/support/code-library/external-editing-container-for-batch-editable-grid

I hope this helps.

Regards,
Radoslav
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Adem
Top achievements
Rank 1
Answers by
Adem
Top achievements
Rank 1
Radoslav
Telerik team
Share this question
or