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

process dropdown items after data source requested

2 Answers 42 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Roman
Top achievements
Rank 1
Roman asked on 21 Dec 2015, 05:15 AM
Why OnClientDropDownPopulated does not implemented?  I want to process dataitems after data received from .asmx
I send additional data from server in data items attibutes and want to display it in other control. But I do not find the way to do that.

2 Answers, 1 is accepted

Sort by
0
Roman
Top achievements
Rank 1
answered on 21 Dec 2015, 05:39 AM
sorry for mistake.  I need OnClientDropDownPopulating in order to remove some dataitems from rendering in dropdown and populate them in other place of webpage
0
Nencho
Telerik team
answered on 23 Dec 2015, 01:16 PM
Hello Roman,

Indeed the RadAutoCompleteBox does not posses a OnClientDropDownPopulated client-side event. However, regarding the scenario that you have - webservice binding, you can use the OnClientRequested client-side event, which is triggered, once the data is returned from the associated web service. Please refer to the following documentation article, providing more information on the usage of the OnClientRequested client-side event:

http://docs.telerik.com/devtools/aspnet-ajax/controls/autocompletebox/client-side-programming/events/onclientrequesting


Regards,
Nencho
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
AutoCompleteBox
Asked by
Roman
Top achievements
Rank 1
Answers by
Roman
Top achievements
Rank 1
Nencho
Telerik team
Share this question
or