Check documentation for the
latest version of dhtmlxSuite
setCursor DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
add
attachEvent
bind
clearAll
dataCount
detachEvent
exists
filter
first
getCursor
idByIndex
indexById
item
last
load
next
parse
previous
remove
saveBatch
serialize
setCursor
sort
sync
unbind
update
Start
DataStore
DataStore API
Methods
setCursor
set virtual cursor
void
setCursor
(
string
id
);
id
string
id of item which need to be selected
Example
data.
setCursor
(
123
)
Back to top