Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
765
expandTupleMember
posted

Hello experts, i'm confusing about the expandTupleMember method. I have three row dimensions and I'd like to expand all three dimensions by default, but it does not work. I paste code below. Can you give me an example to expand multiple row dimensions by default?

$("#pivotGrid").igPivotGrid("expandTupleMember", "rowAxis", 0, 0, false);
$("#pivotGrid").igPivotGrid("expandTupleMember", "rowAxis", 0, 1, false);
$("#pivotGrid").igPivotGrid("expandTupleMember", "rowAxis", 0, 2, false);




  • 23953
    Verified Answer
    Offline posted

    Hello srajagopal,

    I'm attaching a sample demonstrating how to use expandTupleMember. There is an expand member which when called will expand one level at a time. You can call it multiple times to expand multiple levels.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc.

    igPivotGrid_expand_members.zip