I'm selecting a select input using the following code
WebBrowser.Current.Div(Find.ByClass("grideditrow"))
.SelectList("lst" + itemName).SelectByValue(value);
Though selections are made correctly by WatiN, KnockoutJS viewModel binded to this input does not get updated with selected value. Is there anything else in WatiN to make sure selection are completed in Browser?