Kendo MVC grid with editable enum column
I have a simple model that I need to display and edit in Kendo’s MVC Grid component.
I have a simple model that I need to display and edit in Kendo’s MVC Grid component.
At work, we are having performances issues with a kendo grid that has a lot of row. We are thinking about using virtualization of remote data as a solution like you can see on the link below.