Kendo UI - AjaxDropDownList, onChange - unit testing

2020-08-08 Thread Bergmann Manfred
Hi. I found a nice workaround for the testability of the Kendo UI `AjaxDropDownList`. It’s relatively easy. Just use a regular Kendo UI `DropDownList` and attach a `AjaxFormComponentUpdatingBehavior`. This will make the usual thing work like: formTester.select(comp, index)

Re: Kendo UI - AjaxDropDownList, onChange

2017-02-19 Thread Sebastien
iceType", ) > tester.executeAjaxEvent(basePath+":data.serviceType", "change") > > but the onSelectionChanged is never triggered in a test. > It works when starting the app in a browser. > > How can I make this testable? > > > Manfred > > --

Kendo UI - AjaxDropDownList, onChange

2017-02-17 Thread Manfred Bergmann
t;) but the onSelectionChanged is never triggered in a test. It works when starting the app in a browser. How can I make this testable? Manfred -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Kendo-UI-AjaxDropDownList-onChange-tp4677142.html Sent from the Users