Is it possible to simulate this behavior using the ultragrid or any of Infragistics list tools (ex. UltraListView)? Basically, the grid changes to multiline with only some desired column values when the control size becomes narrow enough. I don't mind using two separate grids for the views. Also notice that the condensed form still has column labels.
You could probably achieve this look or something very close to it using a RowLayout in the grid and turning off cell borders (BorderStyleCell property on the Override).
This does NOT really work. Tried with row layouts, but there is no way to hide the preview pane Col header. Manual row layouts are not that hard, I just wish there was an easy way to set a col as a preview pane col. Other grids have it, why not UltraGrid.
Like: UltraGrid1.DisplayLayout.Bands(0).PreviewPane = Col
Hey when are we ever going to be able to add a custom control to a cell? We have been asking for this feature for years. Literally years
Can you point me to a sample code of RowLayout? Thanks