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
1314
UltraWebTree ExpandOnClick not functioning as expected.
posted

Hi,

 

Given the following in C#4.0 and IG 10.2.20102.1011:

 

_navTree = new UltraWebTree

                     {

                            ID = "NavTree",

                            CompactRendering = true,

                            DataKeyOnClient = true,

                            AutoPostBack = false,

                            ExpandOnClick = false,

                            ClientSideEvents = { AfterNodeSelectionChange = }

                     };

 

The nodes collapse on single click of the displayed text. Further, the expander icon (-) is not changed to +. How do I correctly use the ExpandOnClick property?

 

Regards

Babu

Parents
No Data
Reply Children
No Data