Export specific row to excel

hello,

I created a page with a table with many entrys. How can i Export only one specific row of this table in an Excel file?

Thank You!

Hi @mbaranzke

The easiest way will be to use DataGrid loadData event to save the current grid filter to a variable:

and later use this variable when exporting:

I've just added example app here:

Best Regards,
Vladimir

Thank You very much!