How would one go about cancelling the change event?
I need to check a variable when the change event is fired and depending upon the variable value:
I need to check a variable when the change event is fired and depending upon the variable value:
- prevent the change event from bubbling/cancel the event
- maintain the selected state of any rows that were selected prior to the change event firing
Any help would be appreciated.