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:
[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
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