I've been developing a project with Kendo UI. There is a grid in my project which consists a couple of Foreign Key columns. The workaround which Kendo team has introduced here is to use a static array for FK's.
There are hundreds of records in my grid, if I look forward like Kendo provided in their demo I should retrieve all FKs and store them in an array. This workaround has a perf issue! Imagine for a couple of 5 records it should download more than hundred and hundred of FK's.
Is there any workaround to load only foreign keys which are needed? (on-demand load).