Closed ghost closed 7 years ago
Hi,
I think you can achieve what you'd like by using the AutoCompleteTextField. If you really need an AjaxComboBox well... please let me know ! :)
Thanks & best regards, Sebastien.
The strange thing is that if I add an AjaxEventBehavior to the ComboBox it simply ignores it. However, if I add the same AjaxEventBehavior to a normal TextField then it works. So the main problem is that the ComboBox does not allow to overwrite its default AjaxEventBehavior. What I did now was I created a separate TextField which implements the desired AjaxEventBehavior. The idea is now, when the event gets triggered in the TextField then the ComboBox should be refilled with new options.
And hey, thanks for the answer!
Hi,
IMO, the correct way to handles kendo-ui events is to bind the ajaxbehavior callback function to the specified widget event (for instance, see [1])
I've just (quickly) added the AjaxComboBox. I did not tested all cases (for instance when choices are not type of String) but it should give you the opportunity to move forward on your issue.
The snapshot should be available in some minutes (wicket8.x) !
master
& wicket6.x
snapshots also on their ways...
Cool. Thank you.
He there. I am using the Wicket Kendo ComboBox. I have to modify its behavior based on certain events as following:
I've read this instructions. However, its for Kendo UI for jQuery. I tried it out however without success. Maybe I did something wrong. My questions are: