AdvStringGrid DisableControl

Good afternoon,

there is something like TTable.Disablecontrol / TTable.Enablecontrol inthe grid ??

J need to filter/unfilter the grid for some operation but j have a grid blinking (from filter condition to unfiltered and again to filtered condition).

It is only to avoid this "problem".



It is possible that already exists ... but j do not find it.



thank's for your attention



Daniele

Did you try

grid.BeginUpdate;
grid.EndUpdate;
?