Reset data to default in advanced grid after editing and returning blank grid from click of a button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Reset data to default in advanced grid after editing and returning blank grid from click of a button
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.
Solved! Go to Solution.
- Labels:
-
Design
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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,
