﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - WebMenuBar And Required Fields And CausesValidation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-And-Required-Fields-And-CausesValidation/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebMenuBar And Required Fields And CausesValidation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-And-Required-Fields-And-CausesValidation/</link><pubDate>Fri, 03 Jun 2011 06:49:39 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Yousif,&lt;/p&gt;&lt;p&gt;Unfortunately, this feature has not been implemented yet.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebMenuBar And Required Fields And CausesValidation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-And-Required-Fields-And-CausesValidation/</link><pubDate>Thu, 02 Jun 2011 09:22:26 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;
&lt;p&gt;Has this been added to 2011 R1?&lt;/p&gt;</description></item><item><title>WebMenuBar And Required Fields And CausesValidation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-And-Required-Fields-And-CausesValidation/</link><pubDate>Fri, 16 Jul 2010 03:21:05 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;I will forward your comment to the development team, hopefully thet will consider this feature for future build / version of WebDesktop.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebMenuBar And Required Fields And CausesValidation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-And-Required-Fields-And-CausesValidation/</link><pubDate>Wed, 14 Jul 2010 08:28:58 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Thanks Glenn.  By the way, I did get what I needed working per your suggestion.  It tricky though, because disabling all the validators meant we have to reenable them after the partial-page post back.&lt;/p&gt;
&lt;p&gt;Note that you can't just reenable them after the partial-page postback completes because enabling also activates them, i.e., their respective visual message all display.  You basically have to assign a client-side handler that reenables them to any button that requires the page validation to occur.&lt;/p&gt;
&lt;p&gt;This is why we really need the WebMenuBar control to use a property like CausesValidation so we don't have to have such a messy workaround.  I hope you can forward this to your development team please.  Thanks again.&lt;/p&gt;</description></item><item><title>WebMenuBar And Required Fields And CausesValidation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-And-Required-Fields-And-CausesValidation/</link><pubDate>Tue, 13 Jul 2010 22:00:41 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Here is the simple sample I used to disable validation on postback WebMenuBar.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebMenuBar And Required Fields And CausesValidation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-And-Required-Fields-And-CausesValidation/</link><pubDate>Tue, 13 Jul 2010 10:27:26 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Glenn,&lt;/p&gt;
&lt;p&gt;Would you please attach the sample you used for this?  Thank you.&lt;/p&gt;</description></item><item><title>WebMenuBar And Required Fields And CausesValidation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-And-Required-Fields-And-CausesValidation/</link><pubDate>Tue, 29 Jun 2010 00:11:06 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;As a workaround for such scenario, you could try using ValidatorEnable(val, enable) function, as detailed in &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/aa479045.aspx"&gt;ASP .NET validation in depth&lt;/a&gt;, during OnClick client side item command event handler.&lt;/p&gt;&lt;p&gt;In my test, I am using ASP .NET required field validator and during item command click, I could disable the required field validator using this snippet:&lt;/p&gt;&lt;pre&gt;function WebMenuBar1_OnClick(ctrlId)&lt;br /&gt;{&lt;br /&gt;    ValidatorEnable(RequiredFieldValidator1, false);&lt;br /&gt;}&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebMenuBar And Required Fields And CausesValidation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-And-Required-Fields-And-CausesValidation/</link><pubDate>Mon, 28 Jun 2010 14:46:25 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;We have a standard "find" form that has required fields.  We have a standard Find navigation button that will cause validation on those fields.&lt;/p&gt;
&lt;p&gt;We're implementing a WebMenuBar for other usage to navigate out of the "find" page to elsewhere and this is causing the required fields to keep us from going out of this form.&lt;/p&gt;
&lt;p&gt;There as no property on WebMenuBar like CausesValidation, so I need to know how I can turn off validation on the form for WebMenuBar since we don't care if the user entered anything on the form when using the menu items on this menu.  Thanks.&lt;/p&gt;</description></item></channel></rss>