Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148904 | Nov 7,2019 03:18 PM UTC | Nov 11,2019 05:36 AM UTC | Blazor | 3 |
![]() |
Tags: Grid |
<EjsGrid DataSource="@Orders" AllowPaging="true" Toolbar="@(new List<string>() { "Add", "Edit", "Delete", "Update", "Cancel" })" Height="315">
<GridEditSettings AllowAdding="true" AllowEditing="true" Dialog="DiaogParams" AllowDeleting="true" Mode="EditMode.Dialog"></GridEditSettings>
.
</EjsGrid>
@code{
public List<Order> Orders { get; set; }
public object DiaogParams = new
{
@@params = new DialogModel { 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.