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

ComboItem text not loading initially

2 Answers 25 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kumaran
Top achievements
Rank 1
Iron
Kumaran asked on 11 Apr 2016, 09:47 AM

Hi,

I have few combo boxes in the page with checkbox enabled. The combo item text is not showing up initially when the page loads. I have a reset button in the page, on which I just clear the selections of combo. After reset click, all the items are showing as expected. If i disable the checkbox for a combo box, then the combo item text is showing correctly during the initial load itself. Not sure what is wrong with the code ?

<telerik:RadComboBox ID="LevelMultiList" runat="server" DropDownWidth="320px" AutoCompleteSeparator=";" CheckBoxes="True"  CssClass="id-LevelMultiList" EmptyMessage=" " HighlightTemplatedItems="true" AccessibilityMode="true">
<ExpandAnimation Type="OutBack" Duration="300" />
                                                    <CollapseAnimation Type="InBack" Duration="200" />
</telerik:RadComboBox>

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 14 Apr 2016, 06:24 AM
Hi Kumaran,

Could you copy the combo definition from our live sample and verify that it works correctly on your side?
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/checkboxes/defaultvb.aspx?show-source=true

Regards,
Eyup
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Kumaran
Top achievements
Rank 1
Iron
answered on 14 Apr 2016, 08:14 AM

Hi,

Found the issue. It is a code mistake from my side

Thanks

Kumaran

Tags
ComboBox
Asked by
Kumaran
Top achievements
Rank 1
Iron
Answers by
Eyup
Telerik team
Kumaran
Top achievements
Rank 1
Iron
Share this question
or