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

Formdecorator fails on GridDateTimeColumn Filtercolumn with IE8

4 Answers 32 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Marcel Härry
Top achievements
Rank 1
Marcel Härry asked on 11 Nov 2012, 04:29 PM

I have this column in a grid:
<telerik:GridDateTimeColumn DataField="empfangen" HeaderText="Empfangen" SortExpression="empfangen" UniqueName="empfangen" DataType="System.DateTime" ShowFilterIcon="False" ReadOnly="True" AllowFiltering="True" />
and i must disable the filtering calendar -> AllowFiltering="False" with Formdecorator turned on and using IE8.
(no problem with IE7 or 9 or FF)
Error is Javascript error on line 276 of RadFormDecorator.js -> 'r.height=n+"px";'

Versioninfo: Telerik.Web.UI, v.2012.3.1016.40 (Dev) [Download]   (UI Language mostly German)

does any other out there have this problem? is it possible to turn of filter for IE8 only?

regards Marcel

4 Answers, 1 is accepted

Sort by
0
Dan Ware
Top achievements
Rank 1
answered on 12 Nov 2012, 10:26 AM

I have the same crash on the line containing r.height=n+"px"; - but I do not have a date column.  I have a RadGrid (which I am using client-side binding with) and I have a date-picker outside of the grid on the same page, but this crash prevents the page from rendering in IE.

Removing "Texbox" from the "decoratedcontrols" attribute fixes this, but there are other issues with the decorator + IE8 so be aware
0
Marcel Härry
Top achievements
Rank 1
answered on 12 Nov 2012, 10:55 AM
Hi Dan

D'ont you think that's a bit too hard, we all know the compatibility nightmare with the
last few versions of IE and keeping all this sorted out is not an easy job.

I think it's only the DateTime Picker causing the problem, so the options for now
seems to be no Datetime Picker or no Formdecoration in IE8.

regards Marcel
0
Dan Ware
Top achievements
Rank 1
answered on 12 Nov 2012, 11:06 AM
I have never experienced needing to apply so many fixes after updating Telerik.

It is probably fair to say they are all form-decorator related, but when it prevents the rest of the page from rendering in IE it can be a bit of a pain!
0
Marin Bratanov
Telerik team
answered on 12 Nov 2012, 05:06 PM
Hi guys,

Indeed there is a bug in the RadFormDecorator related to IE7/8 and RadInputs (i.e. RadDatePicker, RadTextBox and some other). It has been fixed so you can use the latest internal builds for development. With the official Q3 2012 version a workaround is to set EnableRoundedCorners to false.

Greetings,
Marin Bratanov
the Telerik team
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
Tags
FormDecorator
Asked by
Marcel Härry
Top achievements
Rank 1
Answers by
Dan Ware
Top achievements
Rank 1
Marcel Härry
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or