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

Kendo UI grid work offline with foreign key

3 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ricky
Top achievements
Rank 1
Ricky asked on 25 Apr 2017, 06:35 PM

Hi,

I want to ask if there is a way to set up kendo work offline mode with foreign key dropdown in asp.net mvc? 

I checked the demo for kendo work offline, but that demo is so simple with data structure, I wonder if someone can provide a work offline example that works with one or two foreign key dropdown column.

Thanks,

Ricky

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 27 Apr 2017, 11:02 AM
Hello Ricky,

Currently, we do not have a specific example with offline dataSource and a foreign key column, but the logic used in the sample demo can be used in this scenario as the foreign key column is using static data, and the offline dataSource should not affect its behaviour.

I can also advise checking the following forum thread:

http://www.telerik.com/forums/grid-offline-storage-and-syncing-once-online

Additionally, I can recommend our Professional Service team as they can provide custom examples based on specific requirements:

https://www.progress.com/services/outsourcing/custom-app-development-app-customizations

Still, if any issues occur during the implementation, please send us a fully runnable example, and we will gladly assist.

Regards,
Stefan
Telerik by Progress
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.
0
Ricky
Top achievements
Rank 1
answered on 27 Apr 2017, 01:52 PM

Hey Stefan,

 

Thanks for the reply. I can explain what I want to implement here:

I have three grids in one page:

First grid is main grid that contains 2 foreign keys.

Second grid is the grid to CRUD 1st foreign key in main grid.

Third grid is the grid to CRUD 2nd foreign key in main grid.

Is there a way that if I update second and third grid in offline mode, main grid still gets the updates foreign key column with the updates, then I can sync up all three grids together when is online?

 

Looking for your reply.

Thanks,

Ricky

0
Stefan
Telerik team
answered on 01 May 2017, 06:33 AM
Hello Ricky,

Based on the provided requirement, this may create a scenario where the first Grid is expecting updates from the server and the new foreign keys are not available.

The possibility of this scenario will depend on how the Grid will receive the information for the values of the foreign keys.

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