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

RadGrid

1 Answer 9 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Carlos R.
Top achievements
Rank 1
Carlos R. asked on 23 Jan 2017, 09:58 PM

it is possible get table html from radgrid side client.

Example

var grid = $find("<%=GrdCobros.ClientID %>");

var table = grid.innerHtml  //get <table><tr><td>...

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 26 Jan 2017, 11:42 AM
Hello,

You can use get_element() to access the DOM element of the div in which RadGrid is rendered.

More information about the client-side api you can find here.

Regards,
Milena
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Carlos R.
Top achievements
Rank 1
Answers by
Milena
Telerik team
Share this question
or