Export File Name Change

Hello!
Is there a way to provide custom file name while exporting the data from Radzen Grid?
currently i am getting the file name as Export.csv.

Thanks,
Ranjith.

In blazor we can

await <ServiceName>.Export<TableName>ToExcel("","YourFileName.xls");
await <ServiceName>.Export<TableName>ToCSV("","YourFileName.csv");

Any news about the export name ?