Loading...

INTERNAL – Cannot edit other web part when there is a qListForm

Title

INTERNAL – Cannot edit other web part when there is a qListForm

Description

INTERNAL – Cannot edit other web part when there is a qListForm

Please wait...

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.

Cause

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.

Resolution

When editing a web part with, please fillsome value on theRequired field in the qListForm.

Defect ID

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.

Leave a Reply