I have two questions
1. I have 4 webpanels in my page. The webpanel2 has webcombo box( WebComboOutbound) and WebAsyncRefreshPanel. In the webAsyncRefreshPanel, I have chart display.
I have set theTriggerControlID of webAsyncPanel set to "WebPanelOutbound$WebComboOutbound"
When I run my page and change the value in the webcombo, the postback is happening on the whole page, not just the contents in webAsyncRefreshPanel.
Please let me know, If I have missed anything here
2. What is the significance of Enable Ajax checkbox on Webcombo.
Cool, This answers my question. Thank you
It enables Ajax mode on the embedded grid. Then if you have a large number of rows they will be loaded in portions. Also the paging will be done asynchronously. You have to have this option (I believe it turns automatically) if you use type ahead "Suggest" mode.
Ignore the 1st question. I had the webcombo outside the webasync panel and that was causing the postback Duh .
I still dont understand the significance of Enable Ajax checkbox on Webcombo?