Posted 25 April 2018, 4:25 am EST
Hi,
I am using wj-combo-box.
<wj-combo-box #calendar_comboboxValue class="forecast_dd wj_dd" id="datePicker"
[itemsSource]="upsellCollectionDropdown"
[selectedValuePath]="'key'"
[displayMemberPath]="'label'"
[isDisabled]="readOnlyData"
[selectedValue]="data.upsellKey"
(isDroppedDownChanged)="calenderDropdownChanged(calendar_comboboxValue,data)">
</wj-combo-box>
Now I want to change item’s and also its value in combo box based on some other event raised by other control.
Is there any way I can do that?
Eagerly waiting for answers.
Thanks in advance.
Sujay Adkar
