INTERNAL – Cannot edit other web part when there is a qListForm
When trying to edit other web parts on a page that have qListForm web part, the action do not trigger any changes. For example, when modifying a shared web part, clicking OK or Apply button, the action did nothing.
<p>This is a limitation of ASP.NET. What happened was the OK button in the SharePoint property panel caused validation of the page to occur. This triggered the validation of the qListForm. There is not a way in theASP.NET to specify that a certain button validates a certain form. The validation is applied to the whole page and therefore it caused this undesirable effect.</p>
<p>When editing a web part with, please fillsome value on theRequired field in the qListForm.</p>
<p>This is a limitation of ASP.NET. What happened was the OK button in the SharePoint property panel caused validation of the page to occur. This triggered the validation of the qListForm. There is not a way in theASP.NET to specify that a certain button validates a certain form. The validation is applied to the whole page and therefore it caused this undesirable effect.</p>