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

Radlistbox fires both OnClientItemChecked and OnClientSelectedIndexChanged when an item is checked except in Chrome

3 Answers 89 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Brad Bell
Top achievements
Rank 1
Brad Bell asked on 20 Sep 2010, 01:43 AM

Radlistbox fires both OnClientItemChecked and OnClientSelectedIndexChanged when an item is checked in Firefox and IE but not in Chrome.
Chrome seems to have the proper behavior. Is there a reason for this? Can I make IE and Firefox behave accordingly as well?

<telerik:RadListBox ID="radListBox0" runat="server" Height="400" Width="275"
SelectionMode="Single" CheckBoxes="true" Visible="true"
CssClass="RadListBox_SlidingPanel" EnableEmbeddedSkins="False"
EnableEmbeddedBaseStylesheet="False"
OnClientItemChecked="ListBoxIndexCheckToggled"
OnClientSelectedIndexChanged="ListBoxIndexChanged" />


3 Answers, 1 is accepted

Sort by
0
Brad Bell
Top achievements
Rank 1
answered on 21 Sep 2010, 07:30 PM
Can anyone at least confirm or deny this behavior?

It is completely blocking my project.

Thanks.
0
Genady Sergeev
Telerik team
answered on 22 Sep 2010, 04:12 PM
Hello Brad Bell,

The events fire under Chrome as you can verify on the following demo. Is there something specific in your project that might  be breaking the listbox under Chrome? Are there any JavaScript errors on the page?

Best wishes,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Brad Bell
Top achievements
Rank 1
answered on 22 Sep 2010, 08:14 PM
Yeah, the problem is that on a check, both events fire in Browsers other than Chrome.
Your demo works fine in all browsers though. I'll keep looking. Thanks
Tags
ListBox
Asked by
Brad Bell
Top achievements
Rank 1
Answers by
Brad Bell
Top achievements
Rank 1
Genady Sergeev
Telerik team
Share this question
or