Hi,
I am trying to implement a custom CSV export for a Telerik Blazor Grid. I want to be able to build up my CSV file manually so can't use the out of the box exporting solutions that the grids currently have.
I want to be able to generate the CSV header row and I want to be able to use the column header titles as they are displayed to the user.
This information doesn't appear to be exposed in the grid API.
I have found this article:
which shows that you can get a list of current column states but it doesn't look like you can get the properties of the column e.g. fieldName, columnHeaderTitle etc.
The linked article seems to suggest that:
This example also shows a workaround for getting the Field of the column that will be availale in a future release as part of the column state
Are there any updates on what release this will be available in and whether it will include more column properties like Title ?
Thanks.