Hi experts, just asking is there a way to remove a dimension from column and add it to row. Basically, I dont see pivotgrid provide any api to remove a dimension and add a dimension via javascript. Please help. Thank you !.
Hello Sathya,
Thank you for contacting Infragistics!
We received your support request concerning setting/removing measures from the pivot grid, and this case has been assigned to me. I have done an initial review of your case and these are opertions that have to be done on the datasource using its helper methods:
http://www.igniteui.com/help/api/2016.1/ig.OlapXmlaDataSource#methods:removeColumnItem
http://www.igniteui.com/help/api/2016.1/ig.OlapXmlaDataSource#methods:addRowItem
http://www.igniteui.com/help/configuring-the-tabular-view#programmatic-configuration-run-time