jQuery UI Widgets › Forums › General Discussions › Lists › ComboBox › if open then source
This topic contains 6 replies, has 2 voices, and was last updated by Dimitar 11 years, 3 months ago.
-
Authorif open then source Posts
-
Hello Community,
Unfortunately I asked my question in the wrong Forum.
Here the link to my ProblemHello detberlin,
I have answered your question in the linked topic.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hello Dimitar,
ok I hear you…
the function is exactly the same…What bothers me about is that inputfield in the combobox is emptied, if I click on that button, it
before the source is read..I’d like it so we get to the text in the inputfield stops
until I have chosen a different data set in the combolist.I hope it was understandable
Best Regards,
detBerlinhere a example.
$('#combo').on('open', function(event) { $('#combo').jqxComboBox({source:new $.jqx.dataAdapter({async:false, datatype:"json", url:meineUrl})}); });i hope this is helpful
Best Regards,
detBerlinHi detBerlin,
Here is the solution: http://jsfiddle.net/xwq8w6t1/2/.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hi Dimitar,
thanks for you Reply…..
your solution doesn’t quite work as I’d like it.Maybe you can help better if I have to get the complete code.
do you have an Apache Web server on your computer?I would then like my entire project to come you, so that you understand it better I can here what
Write and I like it write.Please sit with me by e-mail in connection
I hope they come to my e-mail addressso I you my project can get.
Many thanks to
detBerlinHi detBerlin,
If you wish, you can prepare a JSFiddle sample with only the necessary code included. We will not be able to test your entire project.
On a side note, would the Remote Search functionality of jqxComboBox not be helpful to you?
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.