hi,
I fixed in my local version a bug which is this one:
I use the version 4.5.2
– setting the column of a table such that it is larger than the size of the grid
– positioning the horizontal scroll as the last columns of the table are shown at the same time a piece of the column initially resized is accessible to the resizing
– click the header of the table to start resizing
– decreasing the size of the column. Normally the selection bar should exit the grid
I commented this line in the source file and the problem disappeared. I have not seen specific regression but I suspect it was put in place for a reason.
getOffset = function (iCol) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top