Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150554 | Jan 10,2020 07:06 PM UTC | Jan 14,2020 03:27 AM UTC | Blazor | 3 |
![]() |
Tags: Grid |
@using Syncfusion.EJ2.Blazor.Data
@using Syncfusion.EJ2.Blazor.Grids
<EjsGrid TValue="Order" ID="Grid" AllowSorting="true" Query="@Query" AllowFiltering="true" AllowPaging="true">
. . . . . . .. . . . . .
</EjsGrid>
@code{
public static List<Order> Orders { get; set; }
public Query Query = new Query().AddParams("Code", 10); |
|
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.