MN
Muthulakshmi N
Syncfusion Team
August 25, 2010 11:13 AM UTC
Hi William,
Thank you for your details.
Using the below code you can apply the border color for a single cell of Grid Control.
[C# Code]
grid.Model[4, 3].Borders.Left = new Syncfusion.Windows.Pen(new SolidColorBrush(Colors.Red), 2.0);
grid.Model[4, 3].Borders.Right = new Syncfusion.Windows.Pen(new SolidColorBrush(Colors.Red), 2.0);
grid.Model[4, 3].Borders.Top = new Syncfusion.Windows.Pen(new SolidColorBrush(Colors.Red), 2.0);
grid.Model[4, 3].Borders.Bottom = new Syncfusion.Windows.Pen(new SolidColorBrush(Colors.Red), 2.0);
Let us know if you need any details.
Thanks,
Muthulakshmi