Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151043 | Jan 29,2020 04:04 AM UTC | Jan 30,2020 05:18 AM UTC | Blazor | 1 |
![]() |
Tags: Grid |
<EjsButton OnClick="Clik">Save</EjsButton>
<EjsGrid @ref="GridInstance" AllowPaging="true" DataSource="@Orders" Toolbar="@(new List<string>() { "Cancel", "Update" })">
. . . . . . . . .
</EjsGrid>
@code{
public static EjsGrid<Order> GridInstance { get; set; }
public void Clik()
{//call refresh method after changing the datasource externally
GridInstance.Refresh();
} |
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.