![[Collapse]](/ASPxTreeListDemos/DXR.axd?r=1_9-XGfD6) | New Holiday Skin | Developer Express - Ray | 12/10/2007 1:49:00 PM |
| | | Re: New Holiday Skin | Matthew Roberts | 12/10/2007 3:57:00 PM |
| | ![[Collapse]](/ASPxTreeListDemos/DXR.axd?r=1_9-XGfD6) | Re: New Holiday Skin | Trevor Westerdahl | 12/10/2007 4:05:00 PM |
| | | | Re: New Holiday Skin | NC Software | 12/10/2007 4:07:00 PM |
| | ![[Collapse]](/ASPxTreeListDemos/DXR.axd?r=1_9-XGfD6) | Re: New Holiday Skin | Andy Wall | 12/11/2007 12:42:00 PM |
| | | ![[Expand]](/ASPxTreeListDemos/DXR.axd?r=1_9-XGfD6) | Re: New Holiday Skin | Max V. Evseev (Developer Express) | 12/12/2007 6:49:00 AM |
| | ![[Collapse]](/ASPxTreeListDemos/DXR.axd?r=1_9-XGfD6) | Re: New Holiday Skin | wolfgang hauer | 12/13/2007 1:55:00 PM |
| | | | Re: New Holiday Skin | James Murray | 12/15/2007 5:37:00 AM |
|
|
| |
|
|
|
Hi Andy,
It'll be included in the next minor update (7.3.5), which we're preparing for release.
Thanks
|
|
 |
|  |
|
By default, our Focused Node feature is disabled. To enable it, set the
SettingsBehavior.AllowFocusedNode property to true.
The focused node's appearance can be specified using the style settings provided by the Styles.FocusedNode property.
This demo shows how to dynamically display a focused message's text outside the ASPxTreeList.
The Client-Side FocusedNodeChaged event is handled to query the server to return the focused message's Text.
This value is returned by the Result property within the CustomDataCallback event handler, and
specifies the value for the corresponding HTML element.
Server-Side API
A focused node is identified by the FocusedNode property. To move node focus in code, use the node's
Focus() method. In this demo, this method is called when the page is being loaded to focus an unread message.
Client-Side API
End-users move node focus by clicking nodes they desire. To respond to changing node focus, handle the Client-Side
FocusedNodeChanged event.
To identify a node currently being focused, use the Client-Side GetFocusedNodeKey() method.
To move node focus, use the SetFocusedNodeKey() method.
To learn more, please see the ASPxTreeList's help documentation.