jQuery UI Widgets Forums Lists ComboBox if open then source

This topic contains 6 replies, has 2 voices, and was last updated by  Dimitar 9 years, 11 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • if open then source #65962

    detberlin
    Participant

    Hello Community,

    Unfortunately I asked my question in the wrong Forum.
    Here the link to my Problem

    If open then Source

    if open then source #65988

    Dimitar
    Participant

    Hello detberlin,

    I have answered your question in the linked topic.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    if open then source #66503

    detberlin
    Participant

    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,
    detBerlin

    if open then source #66504

    detberlin
    Participant

    here 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,
    detBerlin

    if open then source #66507

    Dimitar
    Participant

    Hi detBerlin,

    Here is the solution: http://jsfiddle.net/xwq8w6t1/2/.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    if open then source #66517

    detberlin
    Participant

    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 address

    so I you my project can get.

    Many thanks to
    detBerlin

    if open then source #66570

    Dimitar
    Participant

    Hi 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,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.