Clear BAQ Grid

Hello!

I have an added Page with a grid that is built on a BAQ with a parameter. I have it working by button click to trigger the parameter entry.

I added a second button to clear this grid of content. The first widget is giving the dataview key value ‘’. The second widget is dataview-clear. And the best I can find for the next step(s) is the row-delete to get “a” row to remove. I can string a bunch of these together to get several rows to go away, but there will always be a larger count of rows on a Sales Order eventually. Someone will eventually get confused by this. “Why didn’t the Reset Button reset the grid?”

is there a better way to do this?

All you should need is a dataview-clear. Show your setup of the grid in full, and how you have the dataview-clear or data-clear set up.

I used the “Wizard” to make the dataview and bound the Grid Model to that.

What else specifically should I show you?

This is the dataview-clear

I tried “data-clear” but that grid would disappear on button click.

Thanks