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
name: string
Yes
No
enabled: boolean
Yes
No
visible: boolean
Yes
No
disabled: string
Yes
No
Set property disabled if it is required
items: any[]
Yes
No
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
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
Was this helpful?