I see some samples use Ext.grid.EditorGridPane. I tried the sample, but it seems can't find the class in my environment.
I use EXT JS 4.0.2a, and have ext-all-debug.js included.
I searched whole EXT JS installation, and don't see Ext.grid.EditorGridPane located anywhere.
Is it a "standard" EXT JS class? If not, why it come with a Ext.grid package name?
Thank you Mitchell for the response.
The examples you posted are both only have editing function.
The example I saw is at http://gridsearch.extjs.eu/. it not just support edit, but also have a nice search that can narrow down the result first. It also come with delete.
I know without EditorGridPanel I can always do the same thing with the basic building blocks. But since I'm new to EXT JS, I just try to find some good examples that can show me how all the pieces work together.
Do you have any suggestion about what I'm looking for?
Thanks!