Hello, am using the nice TVirtualModeData and successfully use procedure GetCell(Sender:TObject; const AColumn:TColumn; const ARow:Integer; var AValue:String); to populate the data. Would like to add a filter to a certain column, so that the whole row gets hidden. So obviously, the following doesn't...