Hi,
When i select a row from dropdown of webcombo, postback should not happen how to handle it
Thanks in advance
Pls check ,if you using update panel and trigers are defined to update control in update panel.May combo selected row event is catch as triger.
Do you have some event defined in the control? like OnSelectedRowChanged?
<igcmbo:WebCombo ID="wcExample" runat="server" OnSelectedRowChanged="wcExample_SelectedRowChanged"></igcmbo:WebCombo>
If yes, try remove it. If not, put some example here.
Johni Ecco