Home - Forums-.NET - FlyTreeView (ASP.NET) - Using .Net validators

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

Using .Net validators
Link Posted: 05-May-2010 09:12
Is there a way to use standard .Net validator controls with the FlyTreeView control?  We use the FlyTreeView control to display product options on an eCommerce website.  Sometimes some of the options are required.  Any ideas?

Thanks in advance!
Link Posted: 07-May-2010 12:49
What kind of validation you are going to accomplish?
You cannot apply RequiredFieldValidator or anything except CustomValidator.
In case of custom validator you need to create a validation javascript
function that will use FlytTreeView client-side API to make necessary
checks (selected node, etc.):
http://www.9rays.net/asp.net_2/treeview/miscpages/doc/ClientObjects.aspx

Please let me know if you require further assistance.