BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi
Marquant ,
Thank you for using Syncfusion Products .
We analyzed your query. You can customize
the border of current cell by adjusting its thickness and there is no
need to customize style of GridCell .The CurrentCellBorderThickness
property of SfDataGrid allows you to adjust thickness of current cell border
based on your requirement. We have prepared a sample to achieve your
requirement. Please find the sample from the following location:
Sample : http://www.syncfusion.com/downloads/support/forum/119096/SfDataGrid_Demo-1709878965.zip
Please find the following code snippet :
XAML :
<syncfusion:SfDataGrid x:Name="grid"
AutoGenerateColumns="False"
AllowEditing="True"
ColumnSizer="Auto"
SelectionUnit="Row" NavigationMode="Cell" CurrentCellBorderThickness="0,0,0,0"
ItemsSource="{Binding
OrderList}"> |
Please
let us know if this solution helps you.
Regards,
Akila
R.