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

Telerik 2012.3.1308.40 Broke Design in IE

5 Answers 83 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vargis
Top achievements
Rank 2
Vargis asked on 02 Mar 2013, 10:15 AM
Everthing was fine before new version of Telerik is added.
Previous Telerik Version : 2012. 2 912
Current  Telerik version : 2012.3.1308.40

Mainly Filter Control Width specified is not working. Also controls inside Radgrid is not rendering correctly.
Please check the attachments and give us a fast solution.

5 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 07 Mar 2013, 10:40 AM
Hi,

Can you send us the grid declaration and the related code behind, so we can test the described problem locally? You can also try downloading the latest version of the controls(2013.1.220) and see if the problem still persists.

Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Konrad
Top achievements
Rank 1
answered on 22 Apr 2013, 06:26 AM
I have the same issue after upgrading... is there a resolution yet?
Upgrading to the latest versions of the controls has not fixed the problem (instead they seem to have caused it)
Cheers.
0
Pavlina
Telerik team
answered on 22 Apr 2013, 01:10 PM
Hi Konrad,

As I already said without a sample runnable project which we can debug locally it will be hard to determine the cause for the described problem and provide a solution for it.

Additionally, verify that you are using version 2013.1.417 in your application.

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Vargis
Top achievements
Rank 2
answered on 23 Apr 2013, 05:30 AM
As a UI designer I had experienced and go through two upgradation process. After every upgradation some html elements works fine in the previous version get stop working(not functionally). So its a request to telerik team please confirm such things and take care in future. The thing is we have almost 500+ pages so its is so hard to make a changes in all pages according to every up-gradation.

Ex:1
Normal Button and Image button float property is not working
So that Normal Buttons all come down one by one
Image Buttons order Add, edit, Delete, Cancel reversed Cancel, Delete, Edit, Add
Ex.2
All customer controls lost its width setting in percentage.



0
Vargis
Top achievements
Rank 2
answered on 23 Apr 2013, 05:34 AM
We worked arround this and find some wild solutions.

Custom Controls Width

Solution:
Width in percentage.
We had realize the issue is affecting only in textbox and textarea rendering.
And we found a attribute (only in custom controls) ie, WrapperCSSClass instead of CSSClass and it works.
But ComboBox custom control is not taking this WrapperCSSClass(so mad).

Normal Button
Solution:
we put those buttons in a div wrap
ie,
<div class="btnWrap">
RadButtons goes here
</div>
.btnWrap span.RadButton
{width:auto!important; margin-right:3px}

Image Button Reordering
Solution:
we put those buttons in a div wrap
ie,
<div class="pageBtnWrap">
RadButtons goes here
</div>
.pageBtnWrap span span, .pageBtnWrap span input, .pageBtnWrap input[type="image"]
{margin:0 0 0 1px; float:right!important;}

Tags
General Discussions
Asked by
Vargis
Top achievements
Rank 2
Answers by
Pavlina
Telerik team
Konrad
Top achievements
Rank 1
Vargis
Top achievements
Rank 2
Share this question
or