Hi Corazon,
Thanks for contacting Syncfusion support.
Based on your scenario, you can set the values by using value property in combo box control.
Please refer the below code example:
|
<code>
<ej-combo-box id="Localdata" datasource="datasource" placeholder="Select a game" value=” Cricket
”> <e-combo-box-fields text="text"/> </ej-combo-box>
</code> |
Regards,
Karthikeyan V.