Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
SelectedNode style not being applied
posted

I'm currently using 2008.1 and I have a webtree inside of a splitter, inside of an ajax update panel that also uses a master page.  When I initially load the page, I'm dynamically loaded the various nodes and then selecting a specific node by setting treeview.selectednode property.  When the page renders, the SelectedNodeStyle does not get applied.  If I then do something to generate a postback, the SelectedNodeStyle then gets applied.

My attempts to duplicate the issue using a simple page with an update panel and just the webtree does not reproduce the issue.  Does anyone know of any known issues like this.  I'm also getting the same issue with the WebGrid in the same page.  The RowStyleDefault, RowAlternateStyleDefault, and HeaderStyleDefault do not get applied unless a post back occurs.

Any assistance would be appreciated.

Best Regards,
Dale

Parents
No Data
Reply
  • 7694
    posted

    Hello,

    Could you please send a little bit more information about the tree declaration.  ASPX declaration, code-behind or sample project – anything that can get us started is welcome.  There can be many reasons for that issue.

    Thanks.

Children