Rank: Newbie Groups: Member
Joined: 9/11/2011 Posts: 2
|
Hello,
Is there a way to get the CustomItemId, or any other property set on server sidfe, on client side when ClientSideOnDragDrop is fired?
Thanks in advanced.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. There is no direct way for you to get a tree node's CustomItemID from the client side, regardless when. If you wish to find CustomItemID, you can store that value in another property, for example, the TreeNode's Value property. You can then get it from that property.
Thanks
|
Rank: Newbie Groups: Member
Joined: 9/11/2011 Posts: 2
|
I wish there was a way to add some attributes to client side via server side. Please considure that.
Thanks for the replay !!
|