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

Set item enabled=false not working correctly

3 Answers 114 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Axe
Top achievements
Rank 1
Axe asked on 08 Sep 2009, 05:17 AM
I have some sample code:
<telerik:RadListBox ID="RadListBox1" runat="server" AllowTransfer="True" TransferToID="RadListBox2">  
    <Items> 
        <telerik:RadListBoxItem Text="Item 1" /> 
        <telerik:RadListBoxItem Text="Item 2" /> 
        <telerik:RadListBoxItem Text="Item 3" /> 
        <telerik:RadListBoxItem Text="Item 4" /> 
        <telerik:RadListBoxItem Text="Item 5" /> 
   </Items> 
</telerik:RadListBox> 
<telerik:RadListBox ID="RadListBox2" runat="server">  
    <Items> 
        <telerik:RadListBoxItem Text="Disabled Item" Enabled="false" /> 
   </Items> 
</telerik:RadListBox> 
 
When it first loads I can't select the disabled item to transfer.
I transfer an item from RadListBox1 to RadListBox2 then use transfer arrows to move that item back.
The disabled item is now selected and I can use arrows to move the disabled item to RadListBox1..... if that makes sense.

3 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 08 Sep 2009, 02:17 PM
Hello Axe,

Thank you very much for your bug report. We have logged it into our bug-tracking system and a fix for it should be available forth from the tomorrow's internal build. I have updated your Telerik points for pointing the issue to us.

Best wishes,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Axe
Top achievements
Rank 1
answered on 09 Sep 2009, 01:59 AM
I just found out that you don't need to transfer any items. If you have a disabled item, even one, and use the keyboard arrows it will become selected and then you can use the transfer buttons to transfer it. It can't be dragged though.
0
Genady Sergeev
Telerik team
answered on 09 Sep 2009, 07:43 AM
Hi Axe,

I am happy to announce that the bug is now fixed. You can check up on the latest internal build. More information on how to obtain it can be found here.

Kind regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ListBox
Asked by
Axe
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Axe
Top achievements
Rank 1
Share this question
or