AutoQueryGrid custom export

Hi,

Is there a way to override the download csv for AutoQueryGrid? I want to get access to the data in the grid and have code to export the data in a particular format.

Thanks

You can click Excel or Copy URL buttons to Copy the URL that returns the APIs .csv/.json, e.g:

/api/QueryBookings.csv?include=total&take=25&NameContains=Booking&jsconfig=edv

It should construct the URL with the same filters applied to the AutoQueryGrid.

1 Like