what are <GridFilterSettings/> and <GridColumns/> tags inside grid tag?

in blazor document, there seems only renderfragment which could be set for kid-tags, 

 <GridFilterSettings/> and <GridColumns/> are always puzzling me? what are they, can i do them with C# rather than tags nesting


1 Reply

RN Rahul 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. 


Please let us know if you have any concerns. 

Regards, 
Rahul 


Loader.
Up arrow icon