Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146266 | Jul 29,2019 09:40 AM UTC | Jul 30,2019 09:04 AM UTC | Blazor | 2 |
![]() |
Tags: Grid |
@page "/"
@using Syncfusion.EJ2.Blazor.Grids
<EjsGrid DataSource="@Orders" AllowPaging="true" Toolbar="@(new List<string>() { "Add", "Edit", "Delete", "Update", "Cancel" })">
<GridEditSettings AllowAdding="true" AllowEditing="true" AllowDeleting="true" Mode="EditMode.Normal" ShowDeleteConfirmDialog="true"></GridEditSettings>
<GridColumns>
...
</GridColumns>
</EjsGrid>
@code{
...
}
|
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.