DataGridView

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-datagridview

Class inheritance

DataGridView 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

Sets 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.

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 a cell

Click

Yes

$event: any

Triggers when the user clicks a cell

Last updated