Hi,
I have use 3 web combo of Infra.
When I click on 1st then two will automatically updated.
But problem is that server round trip was occur.I want to avoid it.
Use all these on client side.
Thanks,
Nilesh Patkar.
Hello,
From your description, I am not sure what you are doing specifically. However, if you want to prevent a postback, you have a couple of options. You can use the WebCombo's Clientside events to do what you need. Take a look at the CSOM to choose the appropriate events:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR3.5/html/WebCombo_CSOM.html
You can also put the combos inside of an update panel to get the functionality to be asynchronous.