I was looking at the Kendo Grid local virtualization demo page and I noticed that the demo didn’t include an example of an Asp.Net MVC server wrapper. Does that mean that there isn’t one for the local virtualization mode of the grid?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the local version, as the name implies, there’s no need for a server. The data is stored inside a javascript variable and lives only on the client. I don’t understand what server side wrapper are you asking about. All you need is a server that will send the correct markup to the client. From this moment on everything happens locally.