Hello
this looks nice, unfortunatelly it's not too documented so I have following questions:

My Problem is that edit and beforeedit event of the celleditor are not fired when I use the ComponentColumn,
When I use "the old way - i.e. Column + Renderer + Editor property + CellEditing plugin, the event's are fired.

So the main question is how the ComponentColumn in fact works - I can't see anything similar in the ExtJS, so does it use some
kind of CellEditing plugin?

I saw that in has "bind" event, it seems to be fired only first time when the grid renders, so it's not suitable replacement for beforeedit/edit.

Finally ComponentColumn has Editor property (boolean), not sure what is its purpose, from my observations, when set to false, the data was not saved back to the grid source

To illustrate what I want to achieve is grid with "dateFrom" and "DateTo" columns, when date from is selected the minValue of DateTo is set to that value + when any value is selected, some javascript is executed and the value is stored to the db.


Thanks for directions
Zdenek