Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144612 | May 14,2019 01:23 PM UTC | May 22,2019 10:09 AM UTC | Blazor | 2 |
![]() |
Tags: Dialog |
@functions
{
EjsDialog EJ2Dialog;
protected override void OnAfterRender()
{
this.EJ2Dialog.Header = "Title set from code";
}
}
|
@functions
{
EjsDialog EJ2Dialog;
public void SetHeader()
{
this.EJ2Dialog.Header = "Set Header on Button click";
StateHasChanged();
this.EJ2Dialog.DataBind();
}
}
|
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.