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

Is there a way to chunk batch mode?

3 Answers 109 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 2
Iron
Christopher asked on 20 Aug 2018, 06:05 PM

We are utilizing the datasource for some spreadsheet editing, and there is a possibility that the user can potentially update 1000s of rows at once. In batch mode everything works great but we are running into a reasonable upper limit of the request size to the server per sync.

Is there a way to chunk the batch mode so it limits each request to a certain number of changes?

If not can you think of a strategy or place to begin looking functionality-wise?

3 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 22 Aug 2018, 01:08 PM
Hello Christopher,

The Spreadsheet widget does not offer such inbuilt functionality, where you can limit the size of the requests. However, you can try configuring it through the web.config and set some user-friendly error in case of max size exceed:

https://stackoverflow.com/questions/3853767/maximum-request-length-exceeded

Hope this would help.

Regards,
Nencho
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Christopher
Top achievements
Rank 2
Iron
answered on 27 Aug 2018, 03:09 PM
Sorry, I was just mentioning the spreadsheet, my question was actually about kendo's data source's, specifically in batch mode. But it sounds like it's not really supported. Would be a great enhancement though.
0
Nencho
Telerik team
answered on 29 Aug 2018, 12:08 PM
Hello Christopher,

Indeed, the functionality is not supported with the kendo DataSource. You can submit a feature request in our public portal, and base on the demand and votes, the integration could be considered.

http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback

Regards,
Nencho
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Data Source
Asked by
Christopher
Top achievements
Rank 2
Iron
Answers by
Nencho
Telerik team
Christopher
Top achievements
Rank 2
Iron
Share this question
or