Hi drgandhi,
Yes this functionality is supported by the jqxTreeGrid component by using the exportSettings
property.
This property is an object and the exportData
method takes those setting when the jqxTreeGrid is exported.
A jsfiddle which shows you how to set the exportSettings
so that only the filtered data is exported: http://jsfiddle.net/t9ejcL85/
ExportSettings code snippet for this scenario:
exportSettings: {
columnsHeader: true,
hiddenColumns: false,
serverURL: '',
characterSet: 'UTF-8',
collapsedRecords: false,
recordsInView: true,
fileName: "yourfilename"
},
And I strongly recommend you to check out the API docs regarding the jqxTreeGrid component which covers the mentioned properties as well.
Link to the API docs: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxtreegrid/jquery-treegrid-api.htm
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.com