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

[Solved] Can a list of checkboxes be checked without closing the dropdown?

1 Answer 104 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
matt
Top achievements
Rank 1
matt asked on 27 May 2008, 07:11 PM

Right now only one checkbox can be checked and then the DDL closes so it must be opened to check or uncheck something else

Is there some way to tell the DDL not to close while scrolling up and down and checking/unchecking items? Only close when the parent DDL is clicked.

This possible ?





<
telerik:GridTemplateColumn HeaderText="Team Assingments" UniqueName="AssignmentTree" >

<EditItemTemplate >

<telerik:RadComboBox

Width="200px"

Skin="Outlook"

ID="rtcombo"

runat="server" DataSource='<%#Eval("Assignments") %>'

OnItemDataBound="ComboItemBind" AppendDataBoundItems="true">

<ItemTemplate>

<asp:CheckBox CssClass="stndTextSmall" ID="cbAssignment" runat="server" />

</ItemTemplate>

</telerik:RadComboBox>

</EditItemTemplate>

</telerik:GridTemplateColumn>

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 29 May 2008, 01:33 PM
Hello matt,

I suggest that you check these code libraries on the matter:

I hope this helps.

Best wishes,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
matt
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or