Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148740 | Nov 1,2019 10:23 AM UTC | Nov 4,2019 05:46 AM UTC | Blazor | 2 |
![]() |
Tags: Grid |
<GridColumn Field=@nameof(RequestProduct.ProductId) HeaderText="Product Name" ForeignKeyValue="Name" DataSource="@products" Width="150">
<EditTemplate>
@{
<EjsComboBox ID="ProductId" Value="@((context as RequestProduct).ProductId)" TValue="int?" DataSource="@products">
<ComboBoxFieldSettings Text="Name" Value="Id"></ComboBoxFieldSettings>
</EjsComboBox>
}
</EditTemplate>
</GridColumn> |
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.