Hi – I am trying to set the active row of a Tree without an event being triggered.
The applicable method is: $(‘#jqxTree’).jqxTree(‘selectItem’, element);
But when ‘selectItem’ is used, the event ‘select’ is triggered (i.e. This event is triggered when a tree item is selected – as per documentation.)
In the Grid widget, there is an equivalent method ‘selectrow’ i.e.
jQuery(selector).jqxGrid(‘selectrow’,rowIndex);
but this does not trigger an event.
My question is – there is a method for Tree that can be used to set the active row without an event being triggered at the same time?. (Perhaps there is a work around?)
Many thanks,
Alastair