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

Rad combo box with RadFormDecorator

2 Answers 94 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Balakrishnan
Top achievements
Rank 1
Balakrishnan asked on 03 Nov 2008, 04:27 AM
Hi,
There is a Browser Specific Problem
 I created RadComboBox and applied RadFormDecorator with skin="Web20".
Problems:
1) "radcombobox.SelectedIndex = 2" in Form load event. But it does not show.
2) RadFormDecorator skin is not affected to RadComBobox.
Internet Explorer(7) does not show the value on Page_load Event.
FireFox on the other side Displays the values properl on Page_load Event.

Urgent please.....
If anyone answer it would be helpful.

//Regards,
Balakrishnan Kathiravan.

2 Answers, 1 is accepted

Sort by
0
Balakrishnan
Top achievements
Rank 1
answered on 04 Nov 2008, 05:00 AM
Hi,
 I solved the above problem using following style format.
<style type="text/css">
input, textarea,button
{
    visibility: visible !important;
}             
</style>


BestRegards,
Balakrishnan Kathiravan.
0
Accepted
Tervel
Telerik team
answered on 04 Nov 2008, 07:20 AM
Hi Balakrishnan,

I guess you found this solution in one of the other forum threads about RadFormDecorator. I just wish to add that this problem has been solved in more recent versions of the Telerik.Web.UI. So, instead of using this workaround, just updating your older DLL to a newer version would solve the problem as well.
.


Greetings,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
FormDecorator
Asked by
Balakrishnan
Top achievements
Rank 1
Answers by
Balakrishnan
Top achievements
Rank 1
Tervel
Telerik team
Share this question
or