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

Not working in IE6, But works in IE7

5 Answers 104 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Sohail
Top achievements
Rank 1
Sohail asked on 25 Jul 2008, 03:14 PM

I have a code which is selecting the checkbox and working very well in the internet explore 7. But could not selecting the checkbox in Internet Explorer 6.0

Can any one tell me why this is not working in the IE 6.0. Here is source code

<

telerik:RadComboBox ID="combobox1" runat="server" HighlightTemplatedItems="true"

Height="120px" Skin="Default" DataTextField="CityName" DataValueField="CityNameid"

Text="City" AutoPostBack="true">

<CollapseAnimation Duration="300" Type="OutQuint" />

<HeaderTemplate>

<asp:Label ID="lblCity" Height="20px" Text="City" runat="server"></asp:Label>

</HeaderTemplate>

<ItemTemplate>

<asp:CheckBox AutoPostBack="true" runat="server" ID="chkbxCity" OnCheckedChanged="getSelectedCity" /> <%#DataBinder.Eval(Container.DataItem, "CityName")%> 
</ItemTemplate>

<CollapseAnimation Duration="300" Type="OutQuint" />

</telerik:RadComboBox>

I have checked in debug mode when I ran it in the IE 7 it goes to the function 
OnCheckedChanged="getSelectedCity"

but when I ran it in the IE 6 It does not go in the above stated function

any help

Feejaz

5 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 28 Jul 2008, 08:57 AM
Hi Sohail,

I tried to reproduce the problem on my side, but everything worked normally.

Please examine the attached page and test it. Does it work on your side? Can you modify it, so that the error starts to appear?

Regards,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sohail
Top achievements
Rank 1
answered on 29 Jul 2008, 05:18 AM
Thanks a lot for your repling,

I have down load you given code and run in my application, It still not works in the Internet Explorer 6.0. but works well in the IE 7.0.

Is it working at Internet Explorer 6.0?
If yes So, would be the problem on my side in your openion.

My mean is that when I this page in the debugger using IE 7 It goes to the function "getSelectedCity" and also checked the checkbox.
But when I debug this page using IE6 It does not goes to the function "getSelectedCity" and also not checked the checkbox.


Thanks again.


Feejaz
0
Simon
Telerik team
answered on 29 Jul 2008, 06:00 AM
Hello Sohail,

Yes, I tested this page in IE6 and it worked normally.

There had been such a problem which we resolved a long time ago. Could you verify which version of Telerik.Web.UI are you using, whether it is the latest?

Regards,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sohail
Top achievements
Rank 1
answered on 29 Jul 2008, 06:37 AM
Thanks for repling,

I have recently downloaded the trail version "RadControls for ASP.NET AJAX Q1 2008"

Is it the latest version.?

What should we do?

Thanks,

Feejaz
0
Simon
Telerik team
answered on 29 Jul 2008, 10:21 AM
Hi Sohail,

The latest version of Telerik.Web.UI is v2008.2.723. You can find it in your Client.net account ready for download here.

Please upgrade and let me know how it goes with the latest version.

Greetings,
Simon
the Telerik team

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