jQWidgets Forums

jQuery UI Widgets Forums Navigation Expander Problem using Expander in Grid Statusbar

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 9 months ago.

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

  • grosenkranz
    Participant

    Hello,

    I’m trying to put an jqxExpander in a jqxGrid statusbar but the expander content is not showing.

    renderstatusbar: function (statusbar) {											
    var container = $("<div style=\"margin-left: 10px; margin-top: 5px; margin-bottom: 5px; width: 100%; height: 400px;\" ></div>");
    var showExpander = $("<div id=\"showExpander\" style=\"float: left;\"><div>Show/Hide</div><div><ul><li>Name</li></ul></div></div>");
    showExpander.jqxExpander( { width: 120, height: 200, theme: theme, expanded: false });
    statusbar.append(container);
    container.append(showColListbox);

    What is wrong here?
    Thank you.


    Peter Stoev
    Keymaster

    Hi,

    Would you provide a full sample which shows such behavior? Do you set the status bar’s height through the appropriate Grid property about that?

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.