DataGrid

Posted:
Fri Oct 16, 2009 8:53 pm
by janiesantoy
I would like to increase the textbox size in the DataGrid (the one which opens to edit).
Where can I make this change?

Posted:
Mon Oct 19, 2009 4:06 pm
by shannah
In the js/DataGrid.js file, the getEditorOptions() method builds the options that are used in a widget. I don't know off hand which options it needs check the ExtJS docs and see if you can find it. Let me know if you get stuck.
-Steve