Version 1
SearchBox Class VisualSearch GrapeCity DataViewsJS Class

VisualSearch Class

Implements SearchBox to interactively define data filters for DataView control

See examples:

Heirarchy

  • VisualSearch

Constructors

Methods

Constructors

constructor

Methods

destroy

  • destroy(): void
  • Removes the searchbox instance from the host and destroys all resources used by the current instance

    Returns void

updateData

  • updateData(facets: AnyProps): void
  • Update the data which would be to search in the grid.

    Parameters

    • facets: AnyProps

      an object for users to customize the search facet. If missing, searchbox will use dataView data in current page

    Returns void