jQWidgets Forums

jQuery UI Widgets Forums TreeGrid TreeGrid in Dropdown

This topic contains 4 replies, has 3 voices, and was last updated by  Peter Stoev 10 years, 11 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • TreeGrid in Dropdown #55828

    Klaus H
    Participant

    Hello,

    is it possible to use the jqxTreeGrid in a Dropdown? Everytime I click in the TreeGrid do collapse or exand a row, the Dropdown closes. Same goes for clicking in a checkbox that was generated via the checkboxes property.

    And is it possible to get a list of all checked rows from the checkboxes or do I have to manage this information myself via the rowCheck and rowUncheck events?

    Regards
    Klaus

    TreeGrid in Dropdown #55839

    Peter Stoev
    Keymaster

    Hi Klaus,

    The solution for your scenario: http://jsfiddle.net/jqwidgets/N7K4m/

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    TreeGrid in Dropdown #55840

    Klaus H
    Participant

    Hello Peter,

    excellent, thank you very much!

    TreeGrid in Dropdown #56973

    mahmedhm
    Participant

    Hi Peter,

    How do I extend the above solution to display a row’s (or column) value in the combo box? Also, When I click on the drop down button, I want the grid to scroll and highlight the selected value (if any). Is it possible?

    TreeGrid in Dropdown #56984

    Peter Stoev
    Keymaster

    Hi mahmedhm,

    You can learn how to use the jqxDropDownButton from its API and Examples. The button as far as I know has “setContent” method for setting its content so you can use it to update it. You can also trigger selection changes through the “rowSelect” event of jqxTreeGrid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.