DataGridViewFlex

Adds supports for [System.Windows.Forms.DataGridView](https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview(v=vs.110).aspx)

Implementation Details

Component Selector: 'wm-datagridviewflex'

Class inheritance

DataGridViewFlexComponent extends GridComponent.

PME Support

Properties

Property

Get/Set

Notify Changes

Details

text: string

Yes

Yes

Inherited from ControlComponent see ControlComponent

name: string

Yes

No

Inherited from ControlComponent see ControlComponent

enabled: boolean

Yes

No

Inherited from ControlComponent see ControlComponent

visible: boolean

Yes

No

Inherited from ControlComponent see ControlComponent

disabled: string

Yes

No

Set property disabled if it is required

items: any[]

Yes

No

Gets a collection containing all items in the control see GridComponent

refresh: boolean

Yes

No

Indicates whether the component has to obtain new data from the server.

currentRowIndex: number

Yes

Yes

Gets or sets the current row index.

currentColumnIndex: number

Yes

Yes

Gets or sets the current column index.

Methods

Method

Supported

Details

setSelectableSettings: void

Yes

Sets selection mode of the component see GridComponent

Events

Event

Supported

Parameter

Details

DoubleClick

Yes

columnIndex/rowIndex

Triggers after the user double click on the cell

Click

Yes

columnIndex/rowIndex

Triggers after the user clicks on the cell

Last updated