Hi, i have a classic custom treeweb and i have tried to insert it into atlas updatepanel.
All ok, but there is a little problem... now i explain at you.
When the tree is loading it's all ok , but at every postback the treeweb it loses the css_custom property (cssmouseover, cssdefault, etc...) in every inserted TreeElements
I have a base class control Treeweb where i insert the TreeElement in recursive mode, the custom css comes setting into base class Treeweb and they are save in viewstate (standard custom control), after in the render event of the TreeElements i add the attribute class with specify custom css.
Now with atlas this it seems not work because it lose information on this custom property for every TreeElemen.
How I can to arrange this property and to do it css persistent with atlas?
I have see that i must mapped the custom property in a new class that extend TargetControlPropertiesBase<Control> this is right ?
No comments:
Post a Comment