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" />