Home - Forums-.NET - FlyTreeView (ASP.NET) - Turn CausesValidation off for a node

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

Turn CausesValidation off for a node
Link Posted: 18-Sep-2009 05:17
Hi,

Right now, when a node is clicked, it causes validation on a search form on the page. I need to turn this off. I do not find a CausesValidation property anywhere on the flytreeview, or node elements. How do I do this?

The validators in question also have a validationGroup on them, but I guess when clicking the node, every group is executed.

Thanks,
Rich
Link Posted: 20-Sep-2009 17:28
I'm not sure how you get into this problem.
To test your case, I added a simple FlyTreeView to a blank page, and textbox with validator:


And made FlyTreeView to postback on select:


It doesn't cause validation on every click for me.