Hi,   In my project i have a TUniDBGrid connected via a TDataSource to a TClientDataset. The data will not be editable directly in the grid (although it will be possible to delete rows by clicking a separate TUniButton control). I would like for the grid to appear as little like a grid as possible and more like a tabular listing of data. To this end i have set following options of the TUniDBGrid control:   WebOptions.Paged=false TrackOver=false StripeRows=false ReadOnly=true Options.dgRowSe