We use drawcolumnheader event in winform listview for changing font and color of column header.
Can we change these property of header of each column in telerik listview?
for example how can I use smaller font in my header?
I found answer! Here said Telerik Presentation Framework allows to use HTML tags to format the visual elements. By this point I could change my text size or another text property in column header.
Thank you for your documentation.
0
Stefan
Telerik team
answered on 20 Jul 2012, 01:44 PM
Hello Morteza,
Thank you for writing.
The solution provided in your last post is valid, so I am marking it as answer. Alternatively, you can you the CellFormatting event of the control. Here is a sample: