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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi, You can store your value in this property: http://doc.essentialobjects.com/library/1/eo.web.navigationitem.value.aspxIt 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
|