JavaScript
{grid.object}setDetailViewGlobalError Method
Syntax
{grid.Object}.setDetailViewGlobalError(txt)
Arguments
- txt
Character
Description
Sets the error text for the Detail View Global Errors section.
Discussion
The argument to the function is the html text. Global errors appear above the Detail View section. Contrast Global Errors with Field Errors, which appear right next to the field.
See Also