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

RadComboBox search text disappearing after postback‏

1 Answer 230 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Basharat
Top achievements
Rank 1
Basharat asked on 15 Nov 2013, 07:01 AM
Hello,

I am using RadComboBox in my application. I have used Load On Demand feature when user scroll down in the list inside rad combo box. 
Its working fine. I have used check box true inside the list item. 

I have thousands of item in the list, So I have used Load on demand feature. I want use Search feature, so user can search by entering text in the combobox then they can find quickly particular records. for this things below is demo given by you...

http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultvb.aspx

My problem is that when I am entering text in the combobox, text is stays just 1 or 1/2 seconds after that text is disappearing from the combobox.

I have checked in the above demo url. You have not used Checkbox inside that list. When I remove checkbox from the list. Its working fine. I dont want to remove checkbox. As its a client requirement, I want to keep the selection of records from the list items.

Please help me here.. I have lost my 6-7 hours to fix this issue today, but problem is still there.
Please let me know what cause here.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Nov 2013, 06:17 AM
Hi Basharat,

I am afraid that simultaneous usage of RadComboBox CheckBoxes feature and Load On Demand is not a supported scenario.
The RadComboBox items loaded with Load On Demand are not accessible on server-side. However the CheckBoxes feature needs to access the checked RadComboBox items at server-side.
Additionally when CheckBoxes is enabled – the user is not supposed to type in control input because the text in the input is set explicitly when a RadComboBox item is checked.

Please find more details about CheckBoxes feature this at this help article.

Thanks,
Princy


Tags
ComboBox
Asked by
Basharat
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or