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

RadFilter RadFilterDropDownEditor Width

3 Answers 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 02 Dec 2016, 05:39 PM
Hi,I am using the RadFilter with no real issues, except that the display width of the dropdown in  RadFilterDropDownEditor is too small (I mean, it makes no attempt to even come close to expanding to fit the text).  Is there a way to specify or change the width of the dropdown, like there is for RadFilterTextFieldEditor?            Thanks

3 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 07 Dec 2016, 01:46 PM
Hi Steve,

Generally, you can achieve this requirement using CSS. Alternatively, you can access the generated RadFilterDateFieldEditor and change the width of its corresponding control manually, using the built-in event handlers:
http://docs.telerik.com/devtools/aspnet-ajax/controls/filter/server-side-programming/overview#events

I hope this will prove helpful.

Regards,
Eyup
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
0
Steve
Top achievements
Rank 1
answered on 07 Dec 2016, 07:43 PM

Hi;  I was able to solve that issue, and a lot of others, by using the demo example on Field Editors as a basis (http://demos.telerik.com/aspnet-ajax/filter/examples/field-editors/defaultcs.aspx).  The issue I am having now is how to remove all except the 'EqualTo' operator in the dropdown.  I used an example client-side script, and it does remove all except 'EqualTo' in the Field Editor;  however, everything on the Expression Items except the Input is locked down- even when you add a new one (can't even select a field in the dropdown, and it uses the first one).

This isn't critical, as I removed the script, and default the editor to 'EqualTo', but I would like to know why, what to do to fix.

Thanks.

 

 

0
Eyup
Telerik team
answered on 12 Dec 2016, 03:02 PM
Hi Steve,

I suggest that you open a new formal support thread and send us a sample runnable web site sample so we can further investigate the issue.

Regards,
Eyup
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
Tags
General Discussions
Asked by
Steve
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Steve
Top achievements
Rank 1
Share this question
or