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

Grid the data gets saved asynchronously

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Asmita
Top achievements
Rank 1
Asmita asked on 05 Oct 2016, 06:45 PM

Hi!

 

Using http://demos.telerik.com/kendo-ui/grid/angular

When we do any add/edit rows in the Grid the data gets submitted at the backend asynchronously.  We have the save operation to be performed at the form level not at individual section level.How can I keep data from getting saves at Grid Level?

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 07 Oct 2016, 11:46 AM
Hello Asmita,

The possibilities for achieving the desired behavior vary depending on the specific Grid configuration in the discussed custom scenario.

For example, if the Grid is in "incell" (the default) editing mode, and the autoSync option of the dataSource is set to true (the default is false), you can use some custom logic or event handler to call the Grid's saveChanges() method (similar setting is available in this online demo).

Can you please describe the requirements in further detail, as well as send us an isolated runnable project, similar to the one in the discussed online demo, so we can inspect it, and provide more to-the-point suggestions, if the desired functionality is supported.

Thank you in advance.

Regards,
Dimiter Topalov
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
Tags
Grid
Asked by
Asmita
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or