Interface IGridEditEventArgs

Hierarchy

Index

Properties

cancel: boolean

Provides the ability to cancel the event.

cellID?: { columnID: any; rowID: any; rowIndex: number }

Type declaration

  • columnID: any
  • rowID: any
  • rowIndex: number
column?: ColumnType
event?: Event
isAddRow?: boolean
newValue?: any
oldValue: any
owner?: GridType
rowData: any
rowID: any