The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
RNRahul Narayanasamy Syncfusion Team November 19, 2021 03:33 AM UTC
Hi James,
Greetings from Syncfusion.
Query: what are <GridFilterSettings/> and <GridColumns/> tags inside grid tag?
We have validated your query and would like to inform you that the GridColumns tag is used to define the GridColumns in the Grid. The DataGrid has an option to define columns using GridColumns component. In GridColumns component we have properties to customize columns. The properties are Field, HeaderText, TextAlign, etc. Find the below documentation for your reference.
The GridFilterSettings are used to configure the filtering options(such as initial filter, defining type of filter(like Excel, CheckBox) to be used), etc. Find the below documentation for your reference.