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

RadLisbox Buttons Do Not ENABLE consistently

3 Answers 54 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
M A
Top achievements
Rank 1
M A asked on 05 Dec 2011, 06:02 AM
Hello,

I am using radcontrols for asp.net ajax Q2 2011.  I place two RadListBoxes within a RadPanelBar.  The transfer buttons get enabled once in a while and only when the user refreshes the cache  -- it works consistently in Firefox but not in IE.

Please help.  Here's the code.
                                    <radTS:RadPanelItem runat="server" Text="Groups">
                                                <Items>
                                                    <radTS:RadPanelItem runat="server" Value="GroupsTemplatedItem">
                                                        <ItemTemplate>
                                                            <!-- Groups -->
                                                            <div class="prop_item_wrap">
                                                                <table ID="tblgroups" class="tbl_groups">
                                                                    <tr>
                                                                        <td class="directive" colspan="4">
                                                                            Select fields from the Available list in the order you want them to be grouped.
                                                                        </td>
                                                                    </tr>
                                                                    <tr>
                                                                        <td>
                                                                            Available Fields:</td>
                                                                        <td>
                                                                             </td>
                                                                        <td>
                                                                            Selected Fields:</td>
                                                                        <td>
                                                                             </td>
                                                                    </tr>
                                                                    <tr>
                                                                        <td colspan="4">
                                                                            <asp:Panel ID="panelGroups" runat="server">
                                                                            <radTS:RadListBox ID="RadListBoxGroupAvailable" runat="server" Width="200px" Height="200px"      SelectionMode="Multiple"  AllowTransfer="true"   TransferToID="RadListBoxGroupSelected" TransferMode="Move" AllowTransferOnDoubleClick="true">
     
</radTS:RadListBox>
  
                                                                            <radTS:RadListBox ID="RadListBoxGroupSelected" runat="server" Width="200px" Height="200px"     SelectionMode="Multiple" AllowReorder="true"  >
      
</radTS:RadListBox>
                                                                            </asp:Panel>
                                                                        </td>
  
                                                                    </tr>
                                                                </table>
                                                            </div>
                                                        </ItemTemplate>
                                                    </radTS:RadPanelItem>
                                                </Items>
                                            </radTS:RadPanelItem>

3 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 06 Dec 2011, 04:36 PM
Hello M A,

I tested your code and everything seemed to work fine on my end. Could you provide a full page code and possibly a video recording of the problem (recorded with a tool, such as Jing), in order for us to see the problem and troubleshoot it.

Best wishes,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
M A
Top achievements
Rank 1
answered on 07 Dec 2011, 03:37 AM
Hello Bozhidar,

I tried uploading a text file of the .aspx file and renamed it with a.jpg extension.  I installed jing and created a video of the problem and tried renaming it with a jpg extension.  Neither files were accepted.  How can I send them to you?

I am also having a problem with the radtreeview in this same page in firefox.  The selected nodes do not transfer over.
WOrks in IE but not in Firefox.  I already opened another forum entry for this problem but no one has gotten back to me.

Thanks in advance and regards,

Maripa
0
Bozhidar
Telerik team
answered on 07 Dec 2011, 11:12 AM
Hi M A,

Thank you for your reply.
Please open a support ticket and place the files there (preferably in a .zip archive).

Kind regards,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ListBox
Asked by
M A
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
M A
Top achievements
Rank 1
Share this question
or