This question is locked. New answers and comments are not allowed.
What's the significance of "tGrid" in the following example?
function getGrid(){
// #OrdersGrid is a jQuery selector based on the "id" attribute of the grid. The id is set using Name()
var grid = $("#OrdersGrid").data("tGrid");
return grid;
}
http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-client-api-and-events.html#ClientSideObject
function getGrid(){
// #OrdersGrid is a jQuery selector based on the "id" attribute of the grid. The id is set using Name()
var grid = $("#OrdersGrid").data("tGrid");
return grid;
}
http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-client-api-and-events.html#ClientSideObject