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

Able to select disabled items

5 Answers 156 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Caesar
Top achievements
Rank 1
Caesar asked on 14 Feb 2011, 07:22 PM
Hi,

Normally you can't select a listboxitem that is set Enabled="false". But when selectmode="Multiple" and using shift keybord key, you can still select a disabled item.:
<telerik:RadListBox ID="rlb" runat="server" SelectionMode="Multiple">
            <Items>
                <telerik:RadListBoxItem Text="aaa" />
                <telerik:RadListBoxItem Text="bbb" Enabled="false" />
                <telerik:RadListBoxItem Text="ccc" />
            </Items>
        </telerik:RadListBox>
To select item "bbb":
Select the first item. Hold down shift key. Select the last item.
"bbb" gets selected. This should not be possible, right?

Regards
Caesar

5 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 16 Feb 2011, 05:26 PM
Hello Caesar,

It is a bug of the RadListBox that has not been reported so far, therefore I have updated your Telerik points.

Thank you for your feedback.

Best wishes,
Kate
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Caesar
Top achievements
Rank 1
answered on 25 Feb 2011, 06:06 PM
Hi,

Will this be fixed in the next release then? Or is there a PITS item to vote on? Can't find the bug in PITS...

Thanks!
Caesar
0
Accepted
Kate
Telerik team
answered on 01 Mar 2011, 10:43 AM
Hi Caesar,

We are working on the issue and it scheduled to be resolved for the next major release, that is Q1 2011. Unfortunately, it is only in our internal system and you can not vote for it. However, you will be notified when it is resolved.

All the best,
Kate
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Vani
Top achievements
Rank 1
answered on 16 Apr 2014, 12:53 PM
Is this issue resolved? I am using Q3 2013 and still see the same issue. Is there a workaround you can suggest?

Thanks,
Vani
0
Shinu
Top achievements
Rank 2
answered on 17 Apr 2014, 03:32 AM
Hi Vani,

The Bug was resolved and RadListBox will not select disable items in Multiple selection mode.

Thanks,
Shinu.
Tags
ListBox
Asked by
Caesar
Top achievements
Rank 1
Answers by
Kate
Telerik team
Caesar
Top achievements
Rank 1
Vani
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or