Hi,
We have a problem with WebCombo's DisplayValue Property In UpdatePanel. After bindind a datasource, we try to change its' display value. But its not effect. (last DisplaValue was still shown). But its the intresting part of it, with second data binding, WebCombo's DisplayValue is set.What is the problem ?
Thanks
Ali
Hi Ali,
Thanks for your feedback. In general, the combination when the WebCombo is inside UpdatePanel, and it has its own AJAX functionality enabled, could cause some undesired effects. It is very important for us to know what your exact configuration of the controls is, i.e. the WebCombo properties that are set, and the CodeBehind code. If you could send over some sample code, this would be of really great help to us.
Best,
Angel
Hello,
I am having a similar problem. I have the WebCombo inside an UpdatePanel and that WebCombo has a SelectedRowChangedEventHandler. I can select an item initially, but can never change that selection. The control won't even respond to the click at all. If I remove the SelectedRowChangedEventHandler, the WebCombo doesn't behave this way (still inside the UpdatePanel). Thanks in advance for your advice on this issue.
Best,Amber