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

Filter Icon displayed on next line, under filter textbox, while using AllowFilteringByColumn

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sivakumar
Top achievements
Rank 1
Sivakumar asked on 12 Apr 2013, 01:32 PM

Hai,


               Filter Icon displayed on next line, under filter textbox, for Date Column only.
It looks fine in Firefox and Chrome but in IE filterIcon is displayed on next line under filter text box like in the attachment file.

Please guide me to solve this issue ,

Thanks 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Oct 2013, 05:56 AM
Hi Sivakumar,

You can try setting the FilterControlWidth for the column that is causing the issue,so as to maintain its width.Please try the following :

ASPX:
<telerik:GridDateTimeColumn DataField="OrderDate" HeaderText="OrderDate" UniqueName="OrderDate"
 FilterControlWidth="100px" />

Thanks,
Princy
Tags
Grid
Asked by
Sivakumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or