We are starting to use the Telerik MVC controls and had a question about the jquery used. What is a tGrid from the following example and could someone point to more information?
var grid = $("#Grid").data("tGrid");
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.
The client side grid object is stored in a data store. So if we want to use that client object and the object model (e.g. events, methods etc) we first have to get that object.
ClientSideObject