<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.