I am using a split in a screen, left side radTreeview and right side corresponding details going to show for all nodes in that treeviewNodes.
First i expand the tree for few levels and the click a node, the information could display at right via postBack.
Right side information is ok but Left side tree was collapsed after postback because i am rebinding the information for treeview due the dynamic controls is in treeviewNodes, like labels & link buttons. Thats why i am rebinding the treeview.
I want to retain the treeview position (same as before postback) after postback.
Kindly, give a remedy for this issue.
Thanks,
Dineshkumar.C
First i expand the tree for few levels and the click a node, the information could display at right via postBack.
Right side information is ok but Left side tree was collapsed after postback because i am rebinding the information for treeview due the dynamic controls is in treeviewNodes, like labels & link buttons. Thats why i am rebinding the treeview.
I want to retain the treeview position (same as before postback) after postback.
Kindly, give a remedy for this issue.
Thanks,
Dineshkumar.C