Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I m using devexpress treeview control....the issue is wen i insert the item into the tree , i need to partial postback only the inserted node and not the full tree....any suggestions?


thanks in advance
regards
Shivadarshan
Posted
Updated 6-Jul-12 5:58am
v2

This is very specific to DevExpress control and is not directly related to C# or ASP.Net for that matter.
I would rather get it answered at DevExpress Support/Forum.

http://www.devexpress.com/Support/Center/[^]
 
Share this answer
 
Comments
Prasad_Kulkarni 16-Jul-12 23:59pm    
+5!
Hi,

You could use the CustomCallback event on the ASPxTreeView/ASPxTreeList so you won't post the entire form. Otherwise take a look at the ASPxClientTreeView/ASPxClientTreeList to use javascript to get the inserted node, for example, you could use: AddNewRow(); and manage your inserted record from the client side and then use a CallbackPanel.

Take a look at:
ASPxTreeView[^]

ASPxClientTreeView[^]

Hope it helps.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900