Hi.
I have a grid that display some invoices.
I want to add a check box in each row and a number field - disabled by default.
When you'll check the checkbox - the number filed will became enabled so the user can enter the amount.
That's the ideea.
But it seams that I can't manage to add the checkbox in Ext 2.3.0 to rows.
My code is something like this:
I try that. But it seams that if the grid is disabled by default the checkbox don't work so well - meaning I can click on the checkbox.
And I preffer a very simple solution without the checkcolumn.
thanks
I know.
There is an exteranl button that when clicked - it unmask the grid so the grid became "enable".
On that grid if I add the checkcolumn plugin to extjs 2 - it display the checkboxes on each row where it should.
But I can't click on those checkboxes. I can click and edit any other cell excelt the cell with the checkboxes.
I'd preffer to not use the checkcolumn plugin (but still use extjs 2.3.0) - so is there any other option?
If not - how can I make the checkcolumn to work ok with the checkboxes click?
Thank you for your time
CheckColumn (from examples/edit-grid.js) does work correctly in Ext 2.3, but you should have a look at the example again (the checkcolumn needs to be registered both as column and as plugin).