AD
Administrator
Syncfusion Team
April 1, 2009 02:47 PM UTC
Hi Giancarlo,
Thanks for using Syncfusion products. Please check the details below,
1) Change selection color,
this.Grid.HighlightBrush = Brushes.Black;//#7FC0D8F1
The above code will change the selection color, Make sure you have some alpha value so that you can see the underlying text. I have appended some alpha blended value which you can convert to a SolidColorBrush and check.
2) Static text,
We already have the Cell renderers defined for make the text read-only. You can set the CellType as "Static" for this. If you want to use the TextBlock, there is a CellType = "TextBlock" that will initialize the TextBlock UIElement.
Please let me know if you want any more details.
Thanks,
Fahad
Grid.WPF Team
Syncfusion Inc.,