DataGrid

Archived from the Xataface Users forum.

janiesantoy — Fri Oct 16, 2009 8:53 pm

I would like to increase the textbox size in the DataGrid (the one which opens to edit).

Where can I make this change?


shannah — Mon Oct 19, 2009 4:06 pm

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