Using Smartclient 8.2 in Google Chrome 16.0.912.77,
We have problems with a listgrid that can be ordered with input fields.
if a listgrid is ordered on a certain field (either with sortFieldNum or by user).
entering a value in one of the fields results in the order of the items being changed. Even if the ordering is not on the column we're editing.
e.g. ordering is set on col 1 and col 2 has a text input.
A input
B input
C input
D input
entering a value 'Text' in input of line B would result in something like
A input
D input
B input=Text
C input
while
A input
B input=Text
C input
D input
is expected since inputting a value in a column that was not ordered on last should not change the order of the items
This is unexpected and very disturbing behaviour.
It runs fine in IE8 and FF 3.6.
Kind Regards
We have problems with a listgrid that can be ordered with input fields.
if a listgrid is ordered on a certain field (either with sortFieldNum or by user).
entering a value in one of the fields results in the order of the items being changed. Even if the ordering is not on the column we're editing.
e.g. ordering is set on col 1 and col 2 has a text input.
A input
B input
C input
D input
entering a value 'Text' in input of line B would result in something like
A input
D input
B input=Text
C input
while
A input
B input=Text
C input
D input
is expected since inputting a value in a column that was not ordered on last should not change the order of the items
This is unexpected and very disturbing behaviour.
It runs fine in IE8 and FF 3.6.
Kind Regards
Comment