Is there any way to remove all columns and rows in a pivot grid without explicitly stating the dimension name?
Hi Steven,
Can you provide a runnable sample of your current setup? This will allow me to take a deeper look into this and provide a suitable answer for you.
I'm trying to remove the column and row dimensions. I want to implement buttons that preset the dimensions to make it easier for my users to see a kind of "canned dimension". So if I have a button that says group by dates, it'll remove the existing columns and put the dates dimension in. I figured out how to add them, but I want to dynamically loop through all active dimensions and remove them.
Hello Steven,
Can you provide more information on what you are trying to achieve? Do you want to remove all data from your grid?