Page 1 of 1

Lockcolumn in Grid

Posted: Thu Sep 06, 2012 6:10 pm
by radohabjan
Hello Friends,

again me with new problem. In all my programs I use Browse instead of Grid, because with Browse I don't have any problem.
Since Browse doesn't have LOCKCOLUMN, I try Grid.
In the attached sample it doesn't work correct ( LOCKCOLUMN 2). Perhaps is there too many fields.

br Rado

(Win7 Proffessional, HMG 3.0.40)

Re: Lockcolumn in Grid

Posted: Fri Sep 07, 2012 5:22 am
by mol
You have to keep in mind that LockColumn is determining only keyboard movement. You can scroll grid with mouse and event locked columns will move.
Marek

Re: Lockcolumn in Grid

Posted: Sun Sep 09, 2012 12:43 pm
by radohabjan
Hello,

I found out , that problem is , when you have more columns, than just for one Grid window. Then moves locked columns slightly to left ( scrolling with keyboard ).

br Rado