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

RadFilter expression/group bar (images) breaks at some point

4 Answers 79 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Pete
Top achievements
Rank 1
Pete asked on 05 May 2010, 09:48 PM
Hi,

I have little problem with RadFilter when adding few expressions or groups. At some point the group/expression bar will break down so that the images of the bar are placed on different "rows" like wrapping the images (see enclosed picture) which seems that the bar does not fit the available width. I placed the filter control inside RadToolTip and thought that the tooltip causes this behaviour but same happens even if I have just the radfilter and radgrid on the page. Tested only with IE8. Can you tell me what I have done wrong?



Regards,
Pete

4 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 11 May 2010, 11:34 AM
Hi Pete,

I followed your steps in this online demo in order to replicate the issue but to no avail. Can you try it on your end and let me know how it goes and what differs in your case?

Sincerely yours,
Iana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Pete
Top achievements
Rank 1
answered on 18 May 2010, 10:06 AM
Hi,

The problem seems to exists at least in IE7 and when using IE8 compat view. IE8 and FF3.6 works OK. 
Can you test that demo by using IE7 or IE8 compat view modes.

Regards,
Pete
0
Accepted
Nikolay Rusev
Telerik team
answered on 18 May 2010, 12:24 PM
Hello Pete,

In general this might be caused if the container of RadFilter does not have enough space. However there might be some issues in IE8 compatibility mode. If this is the case you can try applying appropriate width of li elements for RadFilter.

<style type="text/css">
       .RadFilter li 
       {            
           width:500px;
       }
       .RadFilter ul,.RadFilter li
       {            
           zoom:1;
       }
   </style>


Regards,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Pete
Top achievements
Rank 1
answered on 18 May 2010, 12:48 PM
Hi,

Space is not the issue here because there isn't anything else on the page than RadFilter and RadGrid without any tables, divs or any other containers. So the issue is IE7 / IE8 compat view. I tested what you suggested and it seems that it did the trick so now it works also in IE7 and IE8 compat view 

Thanks!

Regards,
Pete
Tags
Filter
Asked by
Pete
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Pete
Top achievements
Rank 1
Nikolay Rusev
Telerik team
Share this question
or