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

SelectionMode="Multiple" does not work

1 Answer 37 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
jfkrueger
Top achievements
Rank 1
jfkrueger asked on 24 Jan 2011, 10:29 PM
The following listbox is NOT allowing multiple selection:

<table align="center">
    <tr>
        <td align="center">
            <div style="text-align:left">
                <telerik:RadListBox ID="RadListBoxDivisions" runat="server" DataSourceID="ObjectDataSourceDivisions" DataValueField="DIV_NUM"
                    DataTextField="NUMBER_AND_NAME" Height="150px" SelectionMode="Multiple" Width="300px">
                </telerik:RadListBox>
            </div>
        </td>
    </tr>
</table>


While the EXACT same code DOES allow multiple selections on a different page. This is inside a user control on a page that inherits a master page. What could possibly cause the "SelectionMode=Multiple" to be ignored?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 25 Jan 2011, 09:04 AM
Hello,

The provided information is not enough for us to reproduce this issue. Please open a support ticket and send us there a sample page demonstrating the problem. Thanks

Regards,
Yana
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.
Tags
ListBox
Asked by
jfkrueger
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or