Filtered grid and suppressedrow

Good morning,

according with the last post (that resolve the problem) i get a strange situation while the grid is filterd and the some suppressed rows are present.

This problem is on grid cursor (i work with goRowSelcet:=True), when we have the above conditions the grid cursor once is arrived to first visible row on the grid and the up arrowkey is pressed instead stop because the first row is reached, it continue to move on the suppressed rows (that are hidden) and disappear.



To reproduce



with SG1.Filter.Add do

begin

    Column:=5;

    Condition:='= ' + QuotedStr('') ;

end;

Sg1.FilterActive:=True

for I:=1 to SG1.LastRow do

begin

     if SG1.Ints[6,I])>5 then SG1.SuppressRow(I);

end;



After that scrool the grid



Good weekend



Daniele

We have traced & solved this issue. The next update will address this.

Hi Bruno,

   thank's for all



Daniele