Expand/Contract/Toggle rowexpander from toolbar

  1. #1

    Expand/Contract/Toggle rowexpander from toolbar

    Is there a way to add a button to a toolbar to allow it to expand/contract/toggle the state of the rowexpander?
  2. #2

    RE: Expand/Contract/Toggle rowexpander from toolbar

    got it with




    function ExpandAll(expand){





    for (var x=0; x<storePrices.getCount(); x++) {


    if (expand)


    rowExpander.expandRow(x);


    else


    rowExpander.collapseRow(x); }


    gpADDB.getView().focusRow(0);


    gpADDB.getView().ensureVisible(0, 0, false);





    }

Similar Threads

  1. [CLOSED] ROWEXPANDER: not able to read record from listener on expand
    By ashton.lamont in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 08, 2013, 4:28 AM
  2. [CLOSED] RowExpander - Expand All - On Load
    By kemalyigit in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 09, 2012, 10:18 AM
  3. [CLOSED] Automatically row expand using RowExpander plugin
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 21, 2012, 8:37 AM
  4. Hide Rowexpander expand icon
    By bjones in forum 1.x Help
    Replies: 2
    Last Post: Jan 19, 2012, 12:17 PM
  5. [CLOSED] RowExpander throwing error while expand inner rows initially
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 31, 2011, 11:23 PM

Posting Permissions