Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Private
Sub
RadGridView1_ViewCellFormatting(
ByVal
sender
As
System.
Object
,
e
Telerik.WinControls.UI.CellFormattingEventArgs)
Handles
RadGridView1.ViewCellFormatting
If
e.CellElement.Value IsNot
Nothing
Then
TypeOf
e.CellElement
Is
Telerik.WinControls.UI.GridGroupContentCellElement
e.CellElement.ForeColor = Color.Red
End