Hi,
I work with the version 8.2.20082.1000 ASP.net. My problem is:
Context : Creating a full web2.0 website in asp.net 3.5 with masterpage having upper navigation menu and partial refresh of contentplaceholder.
Current solution : Full postback when user is changing page. Pages contain infragistics grid.
Goals : having no blank page during navigation between pages.
Problems:
I’ll have a shared web menu who change functions of page.
“When using WebMenu in a WARP Panel, setting certain properties on the server during an asynchronous postback will not take effect on the client.”
In most of page, I use the ultrawebgrid with loadondemand = xml but the documentation says:
“Note: We don't recommend enabling Xml LoadOnDemand if the grid is inside a partial postback control like the WARP or UpdatePanel. In those cases it is better to let the partial postback control handle the ajax functionality because the grid can act erratically if a partial postback happens in the middle of the grid's ajax request.”
Do you have solutions for this problem?
Thanks in advance,
rosierma.