Hello
I use RadTreeView with load-on-demand feature (ServerSideCallback). When a node is expanded I create child nodes and do HtmlEncode for its' texts. I see "<input>" text as "<input>" and that's OK. But when I click any child node (I have server-side Click handler that actually do not change any nodes) all "<input>" nodes become text boxes!
I guess it's a bug. Could you give me some workaround?
Thanks.
I use RadTreeView with load-on-demand feature (ServerSideCallback). When a node is expanded I create child nodes and do HtmlEncode for its' texts. I see "<input>" text as "<input>" and that's OK. But when I click any child node (I have server-side Click handler that actually do not change any nodes) all "<input>" nodes become text boxes!
I guess it's a bug. Could you give me some workaround?
Thanks.