Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149242 | Nov 20,2019 01:20 AM UTC | Nov 20,2019 12:43 PM UTC | Blazor | 1 |
![]() |
Tags: Grid |
<EjsGrid DataSource="@CustomerList" Height="500">
<GridColumns>
@foreach (DataColumn col in DtFlat.Columns)
{
}
</GridColumns>
</EjsGrid>
@code{
DataTable DtFlat;
public List<dynamic> CustomerList = new List<dynamic>();
//List<System.Dynamic.ExpandoObject> lstObj;
protected override async Task OnInitializedAsync()
{
DtFlat = OrdersDetails.GetAllRecords();
foreach (DataRow row in DtFlat.Rows)
{
. . . . . . ..
}
}
} |
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.