One other question is I do not see a way to set the default inputText box size and maxlength in the gridTd. I did put in a custom editor with the inputText but you don't the same behavior in rendering or entering the edit mode.
In this version, we don't support "editable" at gridCell's level, but only for the entire column. We plan to add this feature, but it's hard to say exactly when we can do that.
One other question is I do not see a way to set the default inputText box size and maxlength in the gridTd. I did put in a custom editor with the inputText but you don't the same behavior in rendering or entering the edit mode.
Yes, but the behavior was that once you entered the edit mode the inputText box disapeared and the defaut edit box appeared. The user can then type unlimitedly until the page goes nuts and the server throws an error. The best solution is to add size and maxlength to the default editor.
FYI, The e:window is way cool!!! I have it hooked to a valuechangelistener on a e:selecttable. Is there anyway to fire an event from a double click?