kendo ui angular save grid settings

霸气de小男生 提交于 2019-12-11 15:37:29

问题


We have a new application that we are creating using Angular based on an existing application that uses AngularJS. In the existing app we are using Kendo UI and users are able to save their grid settings. I was not able to find similar functionality in the Kendo UI Angular Grid. Is saving of user grid settings something that is supported in the Kendo UI Angular Grid?


回答1:


You Can save "state" for future use. The Example is given below.

https://www.telerik.com/forums/how-to-refresh-angular-kendo-grid.

It hold below given datas(This is just show you, initially it look like this).

public state: State = { filter: undefined, group: [], skip: 0, sort: [], take: 0 };



来源:https://stackoverflow.com/questions/46350317/kendo-ui-angular-save-grid-settings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!