Skip to main content

Hi,

 

I am having an issue with tree control.

Please find the attached for the screenshot.

Even though the child element doesn't have any child elements still it is shown as expandable thing.

Please help me in figuring this issue.

 

Thanks,

Chetan


12620i4D549D5CE4102453.png
11692i26AAB527B85932D4.png

Hi Chetan

I havent used this control, but the Help docmentation advises there is a a "Load All Nodes" property:

The Load All Nodes property is not selected by default. This means that data will be loaded on demand when expanding a node.

 

http://help.k2.com/onlinehelp/k2smartforms/userguide/4.6.10/default.htm#Tree.htm#DataSource


Hi Andrew,

 

Thanks for the reply. 

I solved the issue by calling the Expand Node method of tree control in view initialized and passing the value of the root node.

 

Thanks,

Chetan.


Reply