Hierarchy

Hierarchy

  • IIgrListPanelProps

Properties

activationBorder?: string

Gets or sets the activation border color to use.

activationBorderBottomWidth?: string | number

Gets or sets the amount of bottom activation border to use for the cell content of this column.

activationBorderLeftWidth?: string | number

Gets or sets the amount of left activation border to use for the cell content for this column.

activationBorderRightWidth?: string | number

Gets or sets the amount of right activation border to use for the cell content of this column.

activationBorderTopWidth?: string | number

Gets or sets the amount of top activation border to use for the cell content for this column.

activationMode?: string | ListPanelActivationMode

Sets or gets the grid selection mode.

activeRow?: string | number

Gets or sets the position of the active row.

activeRowChanged?: ((s, e) => void)

Type declaration

actualPrimaryKey?: string[]

Gets either the inferred primary key from the data source, or the user provided primary key, if present. Represents the actual primary key that the grid will use in operations that require it.

actualRowHeight?: string | number
backgroundColor?: string

Gets or sets the color to use for the background of the component.

cellTextStyle?: string

Gets or Sets the property name that contains the values.

children?: ReactNode
contentRefreshed?: ((s, e) => void)

Type declaration

dataSource?: any
height?: string
isActiveRowStyleEnabled?: string | boolean

Gets or sets whether the active row style will be applied to rows when made active.

isCustomRowHeightEnabled?: string | boolean

Gets or sets the color to use for the background of the component.

itemClicked?: ((s, e) => void)

Type declaration

itemHeightRequested?: ((s, e) => void)

Type declaration

itemRebind?: ((s, e) => void)

Type declaration

itemRecycled?: ((s, e) => void)

Type declaration

itemSpacing?: string | number

Gets or sets the spacing between items.

itemWidthRequested?: ((s, e) => void)

Type declaration

normalBackground?: string

Gets or sets the background color to use.

notifyOnAllSelectionChanges?: string | boolean

Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI.

orientation?: string | ListPanelOrientation

Gets or sets the color to use for the background of the component.

primaryKey?: string[]

Sets or gets the user provided primary key to assume for the data. Certain functionality of the grid requires a way to uniquely identify items in order to work correctly. If a primary key cannot be inferred from the data source, you may need to provide one here.

rowHeight?: string | number

Gets or Sets the property name that contains the values.

rowUpdating?: ((s, e) => void)

Type declaration

schemaIncludedProperties?: string[]

Gets either the filtered properties to include in the schema of the data source.

scrollbarBackground?: string

Gets or sets the scrollbar background color.

scrollbarStyle?: string | ScrollbarStyle

Gets or sets the style of scrollbar.

selectedBackground?: string

Gets or sets the background color to use for the cells when they are selected

selectedItemsChanged?: ((s, e) => void)

Type declaration

selectedKeysChanged?: ((s, e) => void)

Type declaration

selectionBehavior?: string | ListPanelSelectionBehavior

Sets or gets how selection behaves in the grid.

selectionChanged?: ((s, e) => void)

Type declaration

selectionMode?: string | ListPanelSelectionMode

Sets or gets the grid selection mode.

textColor?: string

Gets or sets the color to use for the text of the component.

width?: string