get_element()
Property which returns the DOM element of the div in which RadGrid is rendered.
get_element() |
---|
Example:
function getDivElement() {
var grid = $find("<%=RadGrid1.ClientID %>");
var gridDiv = grid.get_element();
}
Controls / Grid / Client Side Programming / RadGrid Object / Properties
New to Telerik UI for ASP.NET AJAX? Download free 30-day trial
Property which returns the DOM element of the div in which RadGrid is rendered.
get_element() |
---|
Example:
function getDivElement() {
var grid = $find("<%=RadGrid1.ClientID %>");
var gridDiv = grid.get_element();
}
Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.