Version 1
Common Interface ICustomEditor GrapeCity DataViewsJS Interface

ICustomEditor Interface

Defines interface of custom column editor

Heirarchy

  • ICustomEditor

Methods

Optional destroy

  • destroy(): void
  • Dispose editor resources like event listeners

    Returns void

Optional focus

  • focus(): void
  • Focus input elements behind

    Returns void

Optional init

  • init(): void
  • Complete initialization of editor

    Returns void

serialize

  • serialize(): any
  • Gets value back from editor to be saved in grid data

    Returns any