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);
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 PavlovInfragistics, Inc.