Skip to main content
5-Regular Member
February 15, 2024
Solved

Reset data to default in advanced grid after editing and returning blank grid from click of a button

  • February 15, 2024
  • 1 reply
  • 909 views

Hi,

I am using advanced grid which is editable, the requirement is after editing and saving it, then  I want to reset the grids back to default on click of a button so I can enter new data.

How is that possible.?

As we can see in the screenshot attached, there are two big tables which will be editable and we will save it. But then on clicking of a button which is next, the tables should then again be blank so I can enter data for another entry.

 

 

Best answer by Rocko

Shouldn't the Reset action do this? You would bind ServiceInvokeCompleted event from the service called by the Save Action to the Reset property of the grid,

1 reply

Rocko
Rocko19-TanzaniteAnswer
19-Tanzanite
February 15, 2024

Shouldn't the Reset action do this? You would bind ServiceInvokeCompleted event from the service called by the Save Action to the Reset property of the grid,