1
0
-1

I want to populate a Multi Select Box in the form with the data which I am reading through a web service using jQuery's Ajax request. I wonder how to load that data to the Multi Select Box using jQuery. Last time my jQuery code was working with normal Select Box, but now our client needs the Auto-Complete feature. That's why I am trying the Multi Select Box with the Multiple Selection option unchecked.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, try using the JSON Form Options Binder to call the web service when configuring the Multi Select Box.

        CommentAdd your comment...