Hello,
the change event in the grid handles selection changes.
This works fine but when I use grid.select(...) to select rows programatically, this also fire the change event. That is not desired and not the case for other controls. You cannot distinguish programatic changes from user changes this way (while you could always call a shared function from the change-event-handler and the programmatic change if required)!
Is this by design or a fix? Can it be influenced?