Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1087133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:54:00+00:00 2026-05-16T22:54:00+00:00

Telerik radlistbox fires both OnClientItemChecked and OnClientSelectedIndexChanged when an item is checked in Firefox

  • 0

Telerik 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?

Some more context;

This radlistbox gets loaded in an ascx panel.

<telerik:RadListBox CheckBoxes="true" EnableDragAndDrop="True" Height="400" 
ID="radListBox0" OnClientItemChecked="OnClientItemChecked" 
OnClientSelectedIndexChanged="OnClientSelectedIndexChanged" runat="server" 
SelectionMode="Single" Visible="true" Width="275" />

And here is the Javascript it calls declared within the same ascx file:

<telerik:RadCodeBlock ID="radCodeBlock" runat="server">

    <script type="text/javascript">
        function OnClientSelectedIndexChanged(sender, eventArgs) {
                        var ajaxManager = 
                            $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>");
                        var t = sender._clientStateFieldID;
                        if (ajaxManager != null)
                            ajaxManager.ajaxRequest("ListBoxIndexChanged|" + t);
        }
        function OnClientItemChecked(sender, eventArgs) {

        }
    </script>
</telerik:RadCodeBlock>

9/22/2010 17:03 EDIT: So I’m on the latest version as in the first response.
Still no luck. I did what I should have done first and tried just a vanilla radlistbox on a blank aspx page.
There was no error there so I’m guessing that it has to do because the control problems is built inside an modal popup on a page with multiple layers of custom controls and even master pages. At least I know it’s not Telerik now.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T22:54:00+00:00Added an answer on May 16, 2026 at 10:54 pm

    I tried to reproduce the problem but was unable to do so (Windows 7 x64). I’ve tested the following code under Chrome 6.0, FireFox 3.6.10 and IE 8 and all behaved the same:

    <%@ Page Language="C#" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
            <asp:ScriptManager ID="scm" runat="server" />
    
    
            <telerik:RadCodeBlock ID="radCodeBlock" runat="server">
    
            <script type="text/javascript">
                function OnClientSelectedIndexChanged(sender, eventArgs) {
                    alert('OnClientSelectedIndexChanged');
                }
                function OnClientItemChecked(sender, eventArgs) {
                    alert('OnClientItemChecked');
                }
                </script>
            </telerik:RadCodeBlock>
    
            <telerik:RadListBox 
                CheckBoxes="true" 
                EnableDragAndDrop="True" 
                ID="radListBox0" 
                OnClientItemChecked="OnClientItemChecked" 
                OnClientSelectedIndexChanged="OnClientSelectedIndexChanged" 
                runat="server" 
                SelectionMode="Single" 
                Visible="true">
                <Items>
                    <telerik:RadListBoxItem Value="value1" Text="text1" />
                    <telerik:RadListBoxItem Value="value2" Text="text2" />
                    <telerik:RadListBoxItem Value="value3" Text="text3" />
                </Items>
            </telerik:RadListBox>
        </form>
    </body>
    </html>
    

    Only a single client handler was invoked: either OnClientItemChecked or OnClientSelectedIndexChanged

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do you pass an argument in Telerik's RadListBox OnClientSelectedIndexChanged event? It seems the
I have a telerik grid, when I edit a row: but if i pressed
I am currently using Telerik's carousel control, but it is lacking many features and
Currently using System.Web.UI.WebControls.FileUpload wrapped in our own control. We have licenses for Telerik. I
Telerik RadControls have builtin support for skinning and uses CSS to style all their
Does Telerik has a plan to make ASP.NET MVC's combobox have a feature of
I have a Telerik Grid, with two columns I need to keep second column
Using telerik Panel Bar Html.Telerik().PanelBar() .Name(PanelBar) .BindTo(Model, mappings => { mappings.For<Category>(binding => binding .ItemDataBound((item,
I have Telerik RadGrid with a custom edit form. In my edit form there
I started using the Telerik Html.Grid today and have already run into a problem.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.