AdoDataControl
Last updated
Last updated
Adds supports for [VB6 ADO Data Control](https://msdn.microsoft.com/en-us/library/aa231217(v=vs.60).aspx)
Component Selector: 'wm-adodatacontrol'
Kendo UI Component: N/A
AdoDataControlComponent extends ControlComponent.
Property
Get/Set
Notify Changes
Details
None
None
None
None
Method
Supported
Details
None
None
None
Event
Supported
Parameter
Details
firstClick
Yes
$event: any
Trigger Click Event. Moves the record to the first row.
prevClick
Yes
$event: any
Trigger Click Event. Moves the record to the previous row.
nextClick
Yes
$event: any
Trigger Click Event. Moves the record to the next row.
lastClick
Yes
$event: any
Trigger Click Event. Moves the record to the last row.