Page 1 of 1

TCRDBGrid FixedCols property not accessible ..

Posted: Sat 21 Apr 2007 18:42
by gandalf1024
Hi,

Is there a way someone can access the FixedCols property in TCRDBGrid?
Or any other way that some columns become non-scrollable?

Thanx
Kostas

Posted: Mon 23 Apr 2007 12:56
by Antaeus
There is no simple way to do this with TCRDBGrid. You should modify its source code, that is included into all MyDAC editions except MyDAC Trial.

Posted: Tue 24 Apr 2007 09:26
by gandalf1024
Ok, thanks

A simple workaround I found was to put two grids using the same dataset side by side, and hiding the left one's vertical scroll bar under the right one, emulating the desired behaviour ..

Kostas