This is a migrated thread and some comments may be shown as answers.

Custom Column Names in RadFilter of RadGrid

1 Answer 40 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 17 Apr 2013, 09:42 PM
We have a RadFilter attached to a RadGrid, and some of the column headers use a BR tag to force them onto two lines in the grid in order to fit all the columns into the available space. Is there a way to take that BR out for that column on the RadFilter so the words won't be wrapped in the RadFilter?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 22 Apr 2013, 10:44 AM
Hi Jonathan,

You can try to use a different approach to wrap the header text of the grid columns:
<telerik:GridBoundColumn ...>
    <HeaderStyle Wrap="true" Width="100px" />
</telerik:GridBoundColumn>

Hope this helps. Please give it a try and let me know if it works for you.

Additionally, please note that for the coming Q2 2013 release, our developers have re-builded the RadFilter control which will expose many new properties and will provide richer and much more convenient interface to be customized.

Regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Filter
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or