Hi Tony,
I have a more or less simple suggestion how to achive real 100% input width when doing inline/cell editing. Currently, you set input width to 98%, as a dirty/partial workaround for a input width issue (when set to 100% it stretches out of cell boundaries). I say partial, because depending on user's CSS inputs may still pierce out of the cell or simply look unaligned.
So, I suggest to wrap text input in a div, and move input's borders, padding and background to this parent div (all issues disappear). I've made the following modifications:
grid.common.js
jQuery(elem).css({width:”98%”});
changes into
elem =
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top