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
Hello,
I need to style a Grid Header Name. I have a Header Name as " Amount tax included". I need to apply styles only for string "tax included" .
Could you please let me know the possible ways to achieve this.?
I have attached the image.
Thanks in advance!!
<
telerik:GridBoundColumn
...
HeaderText="Amount <span
style
=
'color: red;'
>tax included</
span
>">
</
>
telerik:GridTemplateColumn
HeaderTemplate
Amount <
"color: red;"