This is a migrated thread and some comments may be shown as answers.

Load on demand viewstate problem

1 Answer 93 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Tamer Gamal
Top achievements
Rank 1
Tamer Gamal asked on 06 Jun 2011, 09:49 AM
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  

1 Answer, 1 is accepted

Sort by
0
Tamer Gamal
Top achievements
Rank 1
answered on 07 Jun 2011, 03:11 PM
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
Tags
TreeView
Asked by
Tamer Gamal
Top achievements
Rank 1
Answers by
Tamer Gamal
Top achievements
Rank 1
Share this question
or