Hello;
Is there a way to embed formatting inside a cell, specifically a header cell?
I have some multiline headers using:
RadGridView1.MasterTemplate.Columns("ShippingDateRange").HeaderText = "Ship Date Range" & vbLf & "Not Before/After"
And it would be great to have the top line "Ship Date Range" be bold or a different color ect.
Thank you so much in advance for any thoughts or how others have addressed this need.
Joe
Is there a way to embed formatting inside a cell, specifically a header cell?
I have some multiline headers using:
RadGridView1.MasterTemplate.Columns("ShippingDateRange").HeaderText = "Ship Date Range" & vbLf & "Not Before/After"
And it would be great to have the top line "Ship Date Range" be bold or a different color ect.
Thank you so much in advance for any thoughts or how others have addressed this need.
Joe