JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Column.AllowExport has no effect (Blazor)
Tagged: blazor gridview
<Columns>
<Column DataField=”name” Label=”Name” AllowExport=”false”></Column>
</Columns>
When we use the Grid.ExportData(“xlsx”) method the column “Name” will also exported to excel.
Hello TurricanDE,
Thank you for the feedback! This should be fixed in the next release.
Best Regards, Martin
Smart HTMLElements Team https://www.htmlelements.com/
The allowExport functionality is now working in the latest version of Smart.Blazor.
Best Regards, Peter Stoev
Hello,
I can confirm it works now. Thank you!