Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150928 | Jan 24,2020 01:27 PM UTC | May 4,2020 08:35 AM UTC | Blazor | 3 |
![]() |
Tags: Grid |
<EjsGrid DataSource="@Orders">
<GridEvents OnActionBegin="OnActionBegin" TValue="Order"></GridEvents>
...
</EjsGrid>
@code{
...
public void OnActionBegin(ActionEventArgs<Order> args)
{
if(args.RequestType.ToString() == "Save")
{
// Here you can fetch the current edited data using "args.Data"
}
}
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.