Hi Nguyen Thanh Dat,
Your requirement to have no borders on the selected cell when the FluentLight theme is applied in SfDataGrid can be achieved by setting the CurrentCellBorderVisibility
property as Collapsed in GridCell. Please refer to the below code snippet,
|
<syncfusion:SfDataGrid.Resources>
<Style TargetType="syncfusion:GridCell">
<Setter Property="CurrentCellBorderVisibility" Value="Collapsed"
/>
</Style>
</syncfusion:SfDataGrid.Resources>
|
Please find the modified sample in the attachment and let us
know if you have any concerns in this.
Regards,
Vijayarasan S
If this post is helpful, please consider Accepting it as the
solution so that other members can locate it more quickly.
Attachment:
ModifiedSample_80511a5c.zip