Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150057 | Dec 19,2019 01:30 AM UTC | Dec 31,2019 09:37 AM UTC | Blazor | 3 |
![]() |
Tags: Grid |
@using Syncfusion.EJ2.Blazor.Popups
@using Syncfusion.EJ2.Blazor.Grids
<EjsGrid DataSource="@Orders" AllowPaging="true" Toolbar="@(new List<string>() { "Add", "Edit", "Delete", "Update", "Cancel" })" Height="315">
<GridEditSettings AllowAdding="true" AllowEditing="true" Dialog="DialogParams" AllowDeleting="true" Mode="EditMode.Dialog"></GridEditSettings>
. . . . .. .
</EjsGrid>
@code{
public List<Order> Orders { get; set; }
public object DialogParams = new
{
@@params = new EjsDialog { Header = "Customized header" }
}; |
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.