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

I am using the third party control tool named devexpress. In that I am using the treelist control. My problem is when I Click the HTML image button I want to get the focused node ID of that treelist in Client Side Event. When I click the image button for the first time it giving the current focus node id. But when I Click the next node image button its giving the previous node Focused ID. How to solve this issue.

Thanks in Advance
Posted

I just think, looking for steps about a 3rd party control (here DevExpress Forum) would be more useful.
Here:DevExpress: Online demos[^]

Try looking here:
DevExpress: Support Forum[^]
DevExpress documentation[^]
 
Share this answer
 
C#
object keyValue = treeList1.FocusedNode[treeList1.KeyFieldName];
 
Share this answer
 

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