OK, i'll bite.
I have a Form with 4 DBGrids, each connected to its own SQLquery-Datasource.
User clicks/selects a record on the first Grid, which executes a new Query on the Datasource of the Second grid and so on....
In case the second Datasource returns 0 records, it still shows me an "empty" line/row below the (fixed) row with Column-Titles.
How can i avoid that empty line?
I'd like the Grid to show just the (fixed) row with Column-Titles (each grid has defined Columns with titles, width etc.).
I thought Clear/ClearRows was the answer, but that throws out the Row with the Columns-Titles, too.
Any ideas?
Logic implies it might not even be a "property" of the Grid, but something of the Dataset or Datasource, but i haven't found anything pointing in that direction