Hi, playing around with a feature request we got today.
Basically, i'm wondering if there is any way to cancel clicks on a grid. For example, say i want to throw up a confirmation dialog every time a row is clicked in a grid, and only change the selection in the grid if the user clicks yes in the confirmation dialog.
I tried cancelling the events in clickhandler and selectionchanged handler, but that didn't do much. Is there something else that can be done here?
Basically, i'm wondering if there is any way to cancel clicks on a grid. For example, say i want to throw up a confirmation dialog every time a row is clicked in a grid, and only change the selection in the grid if the user clicks yes in the confirmation dialog.
I tried cancelling the events in clickhandler and selectionchanged handler, but that didn't do much. Is there something else that can be done here?
Comment