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

RadClientDataSource, cascading combos

1 Answer 45 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 01 Sep 2016, 02:22 PM

Next issue - this one is very fustrating

My page works with some cascading combos and I have it all setup.  It works fine on the first load.  Then if I change one of the parent values the requestingitems event is raised and I alter the parameters as before of teh client data source but this time nothing happens.  There is no http request (I see them on the initial call via fiddler) 

This is my code that adds the custom parameters on the fly onto the datasource.  

$find(dataSourceId).get_dataSourceObject().options.transport.read.url = $find(dataSourceId).get_dataSourceObject().options.transport.baseUrl + dataSourceUrl;

Any suggestions?

Regards

Jon

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 06 Sep 2016, 07:34 AM
Hello Jon,

Currently the ComboBox does not expose a method that would allow it to rebind (refresh) when bound to ClientDataSource, so I would suggest logging this as a feature request in our Feedback Portal.

Regards,
Ivan Danchev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ComboBox
Asked by
Jon
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or