jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList Multiple DropDownList Look ups

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Multiple DropDownList Look ups #21056

    edwardw
    Member

    Hi

    I’m using PHP with Json interactions. My grid has multiple dropdown columns which select values from small MySQL tables. Is it necessary to create a separate data file for each database lookup? Is there a way to do all of the look ups from one data file?

    Thank you in advance

    Edward

    Multiple DropDownList Look ups #21098

    Peter Stoev
    Keymaster

    Hi Edward,

    It is not necessary to create a separate data file. You can use just one. The only thing that you should keep in mind is that each DropDownList will require to be bound to an instance of jqxDataAdapter as shown in the samples..

    Best Regards,
    Peter Stoev

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

    Multiple DropDownList Look ups #21269

    edwardw
    Member

    Thank you Peter….
    I’ve tried to follow the sample faithfully however I’m not seeing an example that applies to my situation.
    I have a jqxgrid which is populating just fine. Some of the columns are dropdowns. I’m running in PHP with MySQL
    database tables populating the grid. I’d like to use small lookup tables to populate the dropdownlists using json.
    The demo with jqxgrid Editing is exactly what I’m looking for but the datasource is different. Can you offer more direction?

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

You must be logged in to reply to this topic.