In grid.common.js, line 176:
if(!options.size && elm) {
jQuery(elem).css(“width”,”99%”);
}
Instead of the static width. This allows someone to resize a column to enlarge the editfield
99% is to show the right border, but it should be something else. I was fildding with margins but couldn't get it to work.
Also in line 125 for textareas:
if(!options.cols && elm) {
jQuery(elem).css(“width”,”99%”);
}