We have problem that 'changed' event on ComboBoxItem is fired only after user interaction not after setting value from framework. We would like to fire 'changed' event also after directly setting value. Because function in changed is using selectedRow (other columns from pickList) we need to fire it after data are loaded in dataArrived() callback. However it's not working well. We have to check many conditions not to fire changed also when normal pick list is loading - it's mess.
Isn't here some simple setting which will fire 'changed' event after value is changed by user inteteraction and also after direct setting value a way that selectedRow will always return correct row?
Thank you
Isn't here some simple setting which will fire 'changed' event after value is changed by user inteteraction and also after direct setting value a way that selectedRow will always return correct row?
Thank you
Comment