This is a migrated thread and some comments may be shown as answers.

[Solved] tGrid?

0 Answers 165 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
andrew
Top achievements
Rank 1
andrew asked on 24 Nov 2010, 06:08 PM
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
Tags
General Discussions
Asked by
andrew
Top achievements
Rank 1
Share this question
or