Page 1 of 1
datagrids
Posted: Mon Oct 12, 2015 7:10 pm
by dantomlin
Is there anyway to "freeze" the first column of a data grid so when a user scrolls to the right the first column stays in the view..
Re: datagrids
Posted: Mon Oct 12, 2015 7:30 pm
by Klaus
Hi Dan,
nope, but nothing could prevent you from faking this by using 2 (two) carefully aligned datagrids?
Best
Klaus
Re: datagrids
Posted: Mon Oct 12, 2015 7:50 pm
by dunbarx
Klaus.
That is a kluge and a half.
Dan.
But it will surely work. You just have to remember to sync each DG every time you change anything at all, data, properties, whatever, going from 1 to 2 or from 2 to 1.
Craig Newman
Re: datagrids
Posted: Mon Oct 12, 2015 10:15 pm
by Klaus
dunbarx wrote:Klaus.
That is a kluge and a half.
...
