This is not a bug.
I already make use the documentation and test severals methods such cellClick, rowClick, recordClick, and selectRecord.
I can't find a way to handle an event when i select a record in a grid using selection appearance: 'checkbox'
Question : is there any method/function will be invoked just after selecting a record using checkbox before it goes to selectionChanged()/selectionUpdated() ?
This is because i wanted to handle the checkbox selection.
Thanks.
I already make use the documentation and test severals methods such cellClick, rowClick, recordClick, and selectRecord.
I can't find a way to handle an event when i select a record in a grid using selection appearance: 'checkbox'
Question : is there any method/function will be invoked just after selecting a record using checkbox before it goes to selectionChanged()/selectionUpdated() ?
This is because i wanted to handle the checkbox selection.
Thanks.
Comment