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

Load on demand with selection removal.

3 Answers 25 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Hemika
Top achievements
Rank 1
Hemika asked on 30 May 2013, 06:55 PM
Hello,
I have a telerik RadComboBox which uses load on demand functionality. The issue that I have is that once I type a text to the combobox and selects an item, That item should not be loaded again onto the combobox box when requested. Its like the item was removed from the list.

Thanks.

3 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 04 Jun 2013, 10:48 AM
Hello Hemika,

I am not quite sure, that I had understood the scenario you attempt to achieve. Would you elaborate a bit more on the matter? Do you aim to remove the RadComboBoxItem from the DropDown, once it is selected? Please note, that the RadComboBoxItems are inaccessible at the server, when the control uses LoadOnDemand mechanism to be populated. This is described in out help article here.

Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Hemika
Top achievements
Rank 1
answered on 04 Jun 2013, 05:19 PM
I was able to solve the problem by tracking the added items from a hidden field using ajax. Lemme know if anyone want the implementation.

Thanks, 
Hemika.
0
Nencho
Telerik team
answered on 07 Jun 2013, 06:12 AM
Hello Hemika,

Thank you for sharing your solution with the community.

Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ComboBox
Asked by
Hemika
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Hemika
Top achievements
Rank 1
Share this question
or