I have an Excel button next to the RadGrid to export the grid data into Excel.
AllowFilteringByColumn is set to True for this RadGrid.
The generated Excel file is displaying a row with the filtered text. Is there a way to hide this row?
The following line of code doesn't seem to hide the row.
radGrid.ExportSettings.ExportOnlyData = true;
Thank you.
AllowFilteringByColumn is set to True for this RadGrid.
The generated Excel file is displaying a row with the filtered text. Is there a way to hide this row?
The following line of code doesn't seem to hide the row.
radGrid.ExportSettings.ExportOnlyData = true;
Thank you.