Jump to content


RBi

Member Since 13 Sep 2008
Offline Last Active Apr 25 2010 06:16 PM
-----

Posts I've Made

In Topic: Scroll, painting issue

25 April 2010 - 06:14 PM

Hallo,
if you don't have a workaround, you can test this:
Insert in the procedure TNxGridDataLink.DataSetScrolled this line
....
inherited;
FGrid.Invalidate;
end;

Ralf