I am writing my own plugin and have a problem with the tree nodes rendering when moving away and back again to the page. Basically the node text keeps adding on each refresh of the page.
The code is:
namespace UmbRecruit { public class loadRecruit : BaseTree {
public loadRecruit(string application) : base(application) { }
Cheers Rich, I actually found this in one of the other forums a couple of pages in and have done this and it works okay now. I was following the geckonewmedia tutorial which doesn't do this step so I'll blame him and not me!
Double Rendering of tree
I am writing my own plugin and have a problem with the tree nodes rendering when moving away and back again to the page. Basically the node text keeps adding on each refresh of the page.
The code is:
Anybody got any iedeas what I am doing wrong?
Hi,
You need to set an unique ID for each node, then this problem should go away.
Rich
Cheers Rich, I actually found this in one of the other forums a couple of pages in and have done this and it works okay now. I was following the geckonewmedia tutorial which doesn't do this step so I'll blame him and not me!
is working on a reply...