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
disabled: string
Yes
No
Sets property disabled if it is required
refresh: boolean
Yes
No
Indicates whether the component has to obtain new data from the server.
Methods
Method
Supported
Details
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
Was this helpful?