Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146800 | Aug 20,2019 03:39 PM UTC | Aug 22,2019 09:05 AM UTC | Blazor | 3 |
![]() |
Tags: Grid |
<EjsGrid DataSource="@Orders" @ref="@DefaultGrid" @ref:suppressField ID="test" AllowPaging="true">
……………………………………….
</EjsGrid>
@code{
EjsGrid<Order> DefaultGrid { get; set; }
public List<Order> Orders { get; set; }
………………………………..
public void GridLoaded(ActionEventArgs<Order> Args)
{
DefaultGrid.AddRecord(); //DefaultGrid is the instance of the grid. You can call the public method from it.
}
public void GridDataBound()
{
}
………………………………..
} |
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.