Welcome Guest Search | Active Topics | Sign In | Register

TreeView Value / getValue() Options
Real Drouin
Posted: Tuesday, October 27, 2009 2:46:46 PM
Rank: Member
Groups: Member

Joined: 10/22/2009
Posts: 13
Hi,

We have a tree view fill of customer name. When the user click on the name, we want to return the customer number, not the name.

We looked all over the documentation and did not find any examples.

How can we set a value to the "leaf" and get it back.

Thanks
Real
eo_support
Posted: Tuesday, October 27, 2009 3:21:16 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

You can store your value in this property:

http://doc.essentialobjects.com/library/1/eo.web.navigationitem.value.aspx

It can either be set by code or through data binding. You would then be able to get the value either from server side code or through JavaScript. Note that while you can change this value on client side, the changes make on the client side will not be saved.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.