Edit actions on Checkbox do not trigger Events on EditableGrid
Edit actions on Checkbox do not trigger Events on EditableGrid
Versions: GXT 2.1.3 and GXT 2.2
I am looking for the 'AfterEdit' event in particular. The cell editors associated with text widgets have no problem raising
this event. The CheckBox fails to respond.
I am hooking up a listener to detect user edit actions and enable/disable UI controls accordingly. I can see the red flag (how is that possible?), but not the event. Please let me know if there are any possible work arounds for this. Ideally I would like to hook up to the same event which sets the red flag, so any insights would be of great help.
Simple clicking on the checkbox is not bringing up the editor. The CheckColumnConfig is handling it.
Start editing a cell before and than tab into the next cell. This will bring up a CellEditor for that cell and that will fire the AfterEdit event. This is not a bug.
Thats great! I am able to bring the editor by using tabs. I am wondering if it is possible to achieve the same without using tabs. Thanks for the prompt response.
Do not use a CheckColumnConfig. A CheckColumnConfig works on its own when clicking on it. If you just want to use it to display a checkbox to indicate the status, dont add it as a plugin.