Home - Forums-.NET - FlyTreeView (ASP.NET) - Checkbox

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Checkbox
Link Posted: 04-Nov-2007 11:25
I may be missing something obvious, however...

When the user checks or unchecks a checkbox I need the server checkboxchanged event to fire.
In other words...
I need the page to post back on a checkboxchange event on the client.  Any ideas?

I am evaluating the ASP.Net 2.0 version.

Thanks
Link Posted: 04-Nov-2007 22:17
The newest version of FlyTreeView contains
FlyTreeView.PostBackOnCheck and FlyTreeView.PostBackOnUncheck

It was published today, and is already available at downloads:
http://www.9rays.net/download.aspx?productFamily=TreeView_ASP.NET_2

You have two options to handle check/uncheck:
1. Use FlyTreeView.GetCheckedNodes() to get checked nodes.
2. Handle FlyTreeView.NodeCheckedChange event. This is a special node-level event that is fired when treeview loads post data (before page_load).
Link Posted: 05-Nov-2007 00:16
Thanks!

That's grrrrreat!