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

Problem with using EnableAutomaticLoadOnDemand property

1 Answer 54 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Seda
Top achievements
Rank 1
Seda asked on 09 Jan 2014, 02:17 PM
Hi all,


I have a  radlistbox and a radcombobox which includes checkboxes.  I'm populating the combobox items from a database table.
The checked items in combobox are listed in listbox after clicking a button. However when I add  EnableAutomaticLoadOnDemand="True" property to the combobox the checked items couldn't transfer to the listbox.
Do you have any idea about solution of this problem
 
 
Thanks
Seda

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Jan 2014, 05:40 AM
Hi Seda,

The experienced behavior is the default one while using LoadOnDemand. When using LoadOnDemand the items of the RadComboBox are not present on the server side and you can only access the Text and SelectedValue of the RadComboBox. Please have a look into this help documentation which discuss about this.

Thanks,
Shinu.
Tags
ComboBox
Asked by
Seda
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or