Tabbing on Group Summary row cells in Live Group Summary Grid
Tabbing on Group Summary row cells in Live Group Summary Grid
Hi,
This is with reference to Live Group Summary Grid given in the GXT 2.0.1 demo.
I noticed that tabbing on individuals cells is possible but tabbing on the group summary cells is not happening i.e cell with (4 Tasks), 22 hours, etc .
I did not find any method which could enable tabbing on such Group Summary cells.
Is it possible to enable tabbing on the group summary cells too ?.
you have to look inside this places:
its a EditorGrid which uses CellSelectionModel and here are the function onKeyPress uses the grid.walkCells function which decide if its selectable and which uses for this a callback and there the isSelectable().
maybe you need to overwrite any of this parts somehow.
but i dont know if the summary footer are used like normal cells and are in the flow of the editable cells etc.
This forum needs your help: you got hints from the community and now you have fixed your code? dont just reply with "now its fixed" or "i found the error"! please take the time to post also an detailed answer with the working code.