-
4
posts
Member since:
May 2010
Posted 06 Jun 2011
Link to this post
I'm creating a load on demand treeview and using multiskin mechanism .
and every node on the tree has a forecolor and i need to load it dynamic with the node expand but i can't every time with any post back the tree take the skin default color ,i tried to save the datasource to the viewstate and every time in post back i set the colors again but the load on demand don't work then,it seams that the viewstate been locked
please advise
-
-
4
posts
Member since:
May 2010
Posted 07 Jun 2011
Link to this post
i solved the issue by using the session instead of the viewstate
another 2 issues ,
1)how to make double click expand the node for the ServerSideCallBack and the node has server side node click event
2)i have context menu that open rad window that edit the node text and value and color ,so i have to refresh the parent page . the Question is how to do that without refresh the parent page.i'm using Rad AJAX proxy
please advise
-