Hi Chris,
Greetings from Syncfusion support.
We suspect that you would like to save the selected text from the ComboBox items in a Grid column(i.e.) you would like to save the values to the CustomerID column upon editing with the values from ShipCountry field. If so, then we suggest you to use as like the below code. Provide both the Text and Value property as ShipCountry for the CustomerID column.
|
<EditTemplate>
<SfComboBox ID="CustomerID" TValue="string" TItem="Order" @bind-Value="@((context as Order).CustomerID)" DataSource="@Orders">
<ComboBoxFieldSettings Text="ShipCountry" Value="ShipCountry"></ComboBoxFieldSettings>
</SfComboBox>
</EditTemplate>
</GridColumn>
|
We are also attaching the sample for your reference, please download the sample form the link below,
If we have misunderstood your query or if you still need further assistance, then kindly share with us the following details for better assistance.
- Share with us a detailed explanation of your complete requirement.
- Share a video demo explaining your exact requirement.
- Share the detailed explanation of the problem you are facing in achieving your requirement.
The provided information will help us analyze the problem, and provide you a solution as early as possible.
Regards,
Renjith Singh Rajendran