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

RadCombobox with EnableLoadOnDemand and CheckBoxes

1 Answer 223 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Pradeep Deshpande
Top achievements
Rank 1
Pradeep Deshpande asked on 02 Jul 2015, 01:49 PM

Hi,

 Currently I am using RadCombobox with EnableLoadOnDemand="True" and CheckBoxes="True".Loading Items using OnItemsRequest Event. After postback, selected RadComboBox values are not persisting. Is it not supported in latest version also? Is there any solution for this issue in future release.

 <telerik:RadComboBox ID="pCompany" Width="300px" runat="server" EnableLoadOnDemand="True"
                                    ShowMoreResultsBox="true" EnableVirtualScrolling="true" ItemsPerRequest="10" OnItemsRequested="pCompany_ItemsRequested"
                                    CheckBoxes="true" EnableCheckAllItemsCheckBox="true" OnSelectedIndexChanged="ppCompany_SelectedIndexChanged"
                                    AutoPostBack="true" Height="140px">
</telerik:RadComboBox>

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 03 Jul 2015, 10:20 AM
Hi,

I am afraid that using both LoadOnDemand and Checkboxes is not a supported scenario. The reason is that RadComboBox's items loaded on demand are not accessible on the server which is needed for the CheckBox feature as specified in the RadComboBox Checkbox Support help article. This scenario has been researched and it is concluded as not supported, so there is no solution for it.

Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ComboBox
Asked by
Pradeep Deshpande
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or