Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144747 | May 21,2019 05:40 AM UTC | Jun 25,2019 08:45 AM UTC | Blazor | 15 |
![]() |
Tags: Grid |
<EjsGrid id="Grid" DataSource="@gridData" AllowPaging="true" AllowSorting="true" Toolbar="@(new List<string>() { "Add", "Edit", "Delete", "Cancel", "Update" })">
<GridEditSettings AllowAdding="true" AllowEditing="true" AllowDeleting="true"></GridEditSettings>
<GridColumns>
<GridColumn Field=@nameof(OrdersDetails.OrderID) HeaderText="Order ID" IsprimaryKey="true" TextAlign="@TextAlign.Right" Width="120"></GridColumn>
. . . . .
</GridColumns>
</EjsGrid>
@functions{
public List<OrdersDetails> gridData { get; set; }
protected override void OnInit()
{
gridData = OrdersDetails.GetAllRecords();
}
} |
<environment include="Development">
</environment> |
Hi John,
Thanks for your update.
Currently, we do not have workaround also to support the dynamic column binding. However, we have considered your request with high priority and will include in our Volume 3 2019 release roadmap.
Until then we appreciate your patience.Regards,Gurupriyadharshini S.
Hi Chris,Thanks for your update.We have checked your query and tried to reproduce the reported issue in our side, but it is unsuccessful.Please share the below details that will be helpful for to provide better solution.
- Please share your scenario in video format.
- Share your package version.
Regards,Gurupriyadharshini S.
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.