jQuery UI Widgets Forums Grid Cascading dropdowns columns of grid with different source

This topic contains 3 replies, has 2 voices, and was last updated by  ivailo 9 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author

  • Ankit Shah
    Participant

    Hello jqWidget team,

    I have a development scenario where I implemented say three dropdown columns which are cascading on each other, meaning selecting value from column1, pulls source for column2 and changing value of column2 fills values in column3 dropdown.

    Now, column2 and column3 having different soruce depending on values selected on column 1. So, as a result, we need to have a different source for these dropdowns (column2 and column3) for different rows of grid.

    we referred example provided for cascading dropdowns in grid, but it is having static data source for all rows.

    Can you please show us how we can achieve this in jqxGrid?

    Thank you,


    ivailo
    Participant

    Hi Ankit Shah,

    If you want to populate your with dynamic content and uses cascading editing this demo will be helpful for you.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com


    Ankit Shah
    Participant

    Hi Ivailo Ivanov,

    Thank you for your suggestion. That demo was useful to me, however our implementation asks for Key-value pair implementation of dropdown grid column.
    So, when grid renders with existing data, it should show-up with respective “value” instead of “key” for key-value dropdown column.

    I would be nice if you can provide a full demo / workable code of grid with,
    1) Cascading drop-down with Key-value pair where selecting a first column value triggers a request to bring data for second value.
    2) Render grid with saved data using above grid implementation.

    Thanks,


    ivailo
    Participant

    Hi Ankit Shah,

    We don’t have such an example, but you can see this example.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.