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

[Solved] GridDateTimeColumn Filter Width

1 Answer 265 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 25 Mar 2013, 10:30 PM
Browser: IE 9 [9.0.8112.16421]
Controls: 2013.1.220.45

I'm using http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx as a reference to adjust the width of a GridDateTimeColumn, however the actual DateInput box does not appear to be shrinking.  The Filter icon does display over top of the input box - see the attached image.

ASPX File:
<telerik:GridDateTimeColumn DataField="PostedDate" HeaderText="Posted Date" UniqueName="PostedDate" DataFormatString="{0:MMM dd, yyyy}" AllowFiltering="true" AllowSorting="true"
CurrentFilterFunction="GreaterThanOrEqualTo" HeaderStyle-Font-Bold="true" PickerType="DatePicker" FilterControlWidth="40px" EnableRangeFiltering="False" EnableTimeIndependentFiltering="False">
                            <ItemStyle Width="50px"></ItemStyle>
                            <HeaderStyle Width="50px"></HeaderStyle>
                        </telerik:GridDateTimeColumn>

 [I used extremely small values to test]. Any idea why this isn't working and/or how to fix it?

Edit: this works correctly in FF 19.0.1 and Chrome 25.0.1364.152

1 Answer, 1 is accepted

Sort by
0
Mike
Top achievements
Rank 1
answered on 25 Mar 2013, 11:22 PM
Actually, ignore this.  Solved by getting out of Compatibility View with IE.
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Mike
Top achievements
Rank 1
Share this question
or