JavaScript
{grid.object}clearSearchForm Method
Syntax
{grid.Object}.clearSearchForm()
Description
Clears the Search part form and removes the filter that was applied by the Search part.
Discussion
This method is equivalent to clicking the 'Clear Search Criteria' hyperlink in the Search part.
Example
{grid.Object}.clearSearchForm();
See Also