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) { }
Rendering of tree nodes
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 ideas what I am doing wrong?
My bad. Found the solution on a previous poster I had missed. Didn't have the unique nodeId set in my code. Did this and it resolved the issue.
BTW - the delete this post button doesn't!
is working on a reply...