New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

get_id()

Property which returns the id of the grid client object.

get_id()

Example:

function getRadGridID() {
    var grid = $find("<%=RadGrid1.ClientID %>");
    var gridId = grid.get_id();            
}
In this article