Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
WebDropDown selected text issue.
posted

Hi

 I am using WebDropDown for multipe selection using check box. But my problem is when I selected the multiple selections the text area is keep on increasing the size towards right separated with comma for each selected values. How can I avoid this.

Here is the source code for my combo.

<ig:WebDropDown ID="ddlMultipleUserList" runat="server" Width="150px" EnableClosingDropDownOnSelect="false"
            DropDownOrientation="Center" EnableCustomValues="false" EnableMultipleSelection="True"
            MultipleSelectionType="Checkbox" DropDownContainerHeight="300px" DropDownContainerWidth="150px"
            PageSize="0" AutoPostBack="false">
            <ClientEvents SelectionChanged="selectedIndexChanged" SelectionChanging="selectedIndexChanging" />
            <DropDownItemBinding TextField="DisplayName" ValueField="ID" />
        </ig:WebDropDown>

 

Is there any settings to avoid this. I am attaching the pic of the issue.

Regards

Vini