I am using PB10.2.0 and I want to make some row(s) invisible in a datawindow. I have made all the columns invisible and set height of columns to zero; selected autosize for height of detail band and all columns; Set slide up all above for all columns. All of these changes simply hide the columns but I still have an empty row in the detail band. I even tried setting (dw_testing.SetDetailHeight(2, 2, 0)) to hide row 2 but I got a -1 return code. (DataWindow.Processing = 0). I am doing 3 manual insertrows and manually setting data into the columns. The data does not display for row 2 but I get an empty row (in my case row 2 is empty space) Is there a way to do this?