Queries |
Response | |
“how can i add third level child grid”
|
Similar to the second level child grid, we can add third level child grid.
Find the code example:
Sample:
| |
“How can i complete this code to add Export features like (Excel-Pdf-Word)”
|
Currently we do not have exporting support for the HierarchyGrid. But we have exporting for the normal grid.
In this sample exporting is achieved by using server-side controller action method. In controller method, Grid property is passed as string parameter, you need to deserialize it into the Grid Property. By using the
Export server method of ExcelExport class, you can export the Grid into excel, PDF and word documents. Find the code example and sample:
Refer to the Help document for the exporting
|