Row gird lines

How can I remove the row grid lines within the Blazor DataGrid component.

3 Replies 1 reply marked as answer

RS Renjith Singh Rajendran Syncfusion Team November 27, 2020 10:16 AM UTC

Hi Kevin, 

Greetings from Syncfusion support. 

We suggest you to set the GridLines property value of Grid based on your requirement.  Please refer the below documentation for more details, 

Please refer the codes below, 

 
<SfGrid DataSource="@Orders" AllowPaging="true" GridLines="GridLine.Vertical" > 
    ... 
</SfGrid> 


Please get back to us if you need further assistance. 

Regards, 
Renjith Singh Rajendran 


Marked as answer

KS Kevin Sankey November 27, 2020 09:14 PM UTC

Perfect, really good, many thanks.


RS Renjith Singh Rajendran Syncfusion Team November 30, 2020 06:30 AM UTC

Hi Kevin, 

Thanks for your update. 

We are glad to hear that the suggestion solution helped you in achieving this requirement. 

Please get back to us if you need further assistance. 

Regards, 
Renjith R 


Loader.
Up arrow icon