From what I remember you would use a callback mechanism. To accomplish this task, do the following:
- Define theComboBoxSettings.CallbackRouteValuesproperty to provide ComboBox with actual data;
- Call the ASPxClientComboBox.PerformCallback method to perform a round-trip to the server.
There is a published similar solution in this example:
Twitter David Winchester, Technical Solutions Architect
Please mark as ANSWER if this is the solution
Keep the forums clean and report to the moderation team!
Member
1 Points
52 Posts
how to Refresh ComboBox ?
Jul 10, 2018 11:40 AM|amerta|LINK
i need help please , i use a devexpress combobox mvc
can i refresh data of combobox with jquery and ajax ?
Contributor
2263 Points
837 Posts
Re: how to Refresh ComboBox ?
Jul 10, 2018 01:56 PM|Dave_Winchester|LINK
Hi,
From what I remember you would use a callback mechanism. To accomplish this task, do the following:
- Define the ComboBoxSettings.CallbackRouteValues property to provide ComboBox with actual data;
- Call the ASPxClientComboBox.PerformCallback method to perform a round-trip to the server.
There is a published similar solution in this example:
MVC ComboBox Extension - Cascading Combo Boxes
Hope this helps.
Regards,
D
David Winchester, Technical Solutions Architect
Please mark as ANSWER if this is the solution
Keep the forums clean and report to the moderation team!
Contributor
2130 Points
916 Posts
Re: how to Refresh ComboBox ?
Jul 11, 2018 07:40 AM|Yuki Tao|LINK
Hi amerta,
Do you mean you want to implement the function with the finite scroll?
Like the picture below:
If so,you could refer to this demo in Official website:
https://demos.devexpress.com/MVCxDataEditorsDemos/Editors/ComboBox
Or you could move to a professional forum about DevExpress:
https://www.devexpress.com/Support/Center/
Best Regards.
Yuki Tao