I've read that you cannot implement TreeViews inside AJAX update panels. Does anyone know if or when this issue is going to be addressed? I've also tried using a TreeView not inside an update panel, but on the same page as another control inside an update panel and I've seen strange behavior from the TreeView that I don't see if I remove AJAX from the page entirely.
Thanks for your time.
TreeView and Menu are supported in update panel. may be you have a mistakes of using TreeView, or may be you have change the tree after page load!
Regards.
Is that a typo? TreeView and Menu arenot supported inside an UpdatePanel. Seehttp://ajax.asp.net/docs/overview/UpdatePanelOverview.aspx#UpdatePanelCompatibleControls.
I'm not sure when this will change.
There should be no trouble having those controls outside the UpdatePanel (but on the same page).
Steve Marx:
Is that a typo? TreeView and Menu arenot supported inside an UpdatePanel. Seehttp://ajax.asp.net/docs/overview/UpdatePanelOverview.aspx#UpdatePanelCompatibleControls.
I'm not sure when this will change.
There should be no trouble having those controls outside the UpdatePanel (but on the same page).
Thanks Steve of that Note. really I'm wonder of that because I'd used it before . first I think may be that in the versions before CTP .
after I'v read that link I try to use it in severl ways , sometims make a mistake inside it "not an error".
In the link up I read that :"Additionally, in some cases you can use the controls in a specific way to make them compatible with partial-page updates".
may be there a Spical case for TreeView.
No comments:
Post a Comment