WebGrid ctDynCombo

Is there an event that is fired when a ctDynCombo column of a web grid is changed? I want to set the values of other columns based upon the selection from a combobox. Is that possible asynchronously?

It is by design that for a dyn editors no server side event is triggered, the Javascript event grid.ClientEvents.DynComboChange is triggered.