Skip to content

SaveCommandTemplate close popup #2156

Answered by stsrki
angelru asked this question in Q&A
Discussion options

You must be logged in to vote

Modify it as follows:

<SaveCommandTemplate>
    <Button Color="Color.Primary" Clicked="@(()=>EditPersonAsync(context))">@context.LocalizationString</Button>
</SaveCommandTemplate>
Task EditPersonAsync( CommandContext<Employee> context )
{
    // do other stuff

    // call clicked here
    return context.Clicked.InvokeAsync();
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by angelru
Comment options

You must be logged in to vote
1 reply
@stsrki
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants