Hello,
I need to be able to differentiate between what type of rowselect event occured.
for example in the DropDownList widget, the “change” event has a type where you can tell if it is changed via the “api” or not.
is there something similar for the jqxgrid for selecting a row? i’ve looked at the type object in the Event but it is set to rowselect regardless of whether it is done by the user (clicking a row) or the api (“selectrow”) method.
alternatively if this is not possible is there a way to select a row without firing the rowselect event so that the row is highlighted as if it were clicked?
Thanks!