I'm using the WebDataTree and when I'm creating programatically the structure I'm also creating custom attributes for the nodes, the first time the page is renderered the attributes are rendered too, but when a postback occur, the attributes are missing.
I'm not overriding, or deleting the attributes, they just dissapear.
Is there a solution, or maybe I'm doing something wrong?
Thanks in advance for the help.
Please I need this urgent. I'm waiting for many days.
Thanks.
Hello,
The custom attributes are expected to be lost after postback. You need to change your logic to apply the custom attributes to the WebDataTree objects on every postback.
Please let me know if you have any further questions regarding this matter.
I am working on this issue. I will update you by the end of the day tomorrow.
Please let me know if you have any questions regarding this issue