Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150586 | Jan 12,2020 09:32 PM UTC | Jan 14,2020 09:05 AM UTC | Blazor | 3 |
![]() |
Tags: ComboBox |
<EjsComboBox ModelType="Customer_Model" TValue="int?" DataSource="@Customers" @bind-Value="@SelectedIndex" >
<ComboBoxFieldSettings Text="Company" Value="CustomerID"></ComboBoxFieldSettings>
<ComboBoxTemplates><ItemTemplate><table><tbody><tr><td style="display:none;">@((context as Customer).CustomerID)</td><td>@((context as Customer).Company)</td><td>@((context as Customer).Last)</td></tr></tbody></table></ItemTemplate></ComboBoxTemplates>
</EjsComboBox>
|
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.