Rank: Newbie Groups: Member
Joined: 1/10/2018 Posts: 8
|
I have enabled PopulateOnDemand on the treenodes and also connected ItemPopulate method, but I am not able to get it to fire. It never hits the method. ItemClicked works fine, but I do find none of the ClientScript methods seem to run as been testing them with alert('Test');
Any ideas?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, The best way for you to troubleshoot this is to compare your code with our sample and find out the difference. You can find a working sample of the PopulateOnDemand feature here: http://demo.essentialobjects.com/Demos/TreeView/Features/Populate%20On%20Demand/Demo.aspxThe corresponding source code of this sample is in Samples\CS\Web\EOWebDemo_CS\Demos\TreeView\Features\Populate On Demand\ folder in the installation folder (change "CS" to "VB" for the VB version. Thanks!
|