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