Hi guys,
I have a page with two columns, on the left side I have a RadTreeView and on the right I have a list of actions for the selected node. I'm using an UpdatePanel for the tree and another for the right side; both with their update mode to conditional. I also need to be able to rearrange nodes in the tree. All this is working fine.
My question is: Is this the best way to do this? Does the RadTreeVew have something I could use that would make this better (faster, less viewstate etc)? I'm not saying it's slow or anything -- I just want to make sure I'm doing it the right / most efficient way.
Thanks.
I have a page with two columns, on the left side I have a RadTreeView and on the right I have a list of actions for the selected node. I'm using an UpdatePanel for the tree and another for the right side; both with their update mode to conditional. I also need to be able to rearrange nodes in the tree. All this is working fine.
My question is: Is this the best way to do this? Does the RadTreeVew have something I could use that would make this better (faster, less viewstate etc)? I'm not saying it's slow or anything -- I just want to make sure I'm doing it the right / most efficient way.
Thanks.