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
Hi,
I'm afraid you lost me. What "Preview Pane Column Header" are you referring to? If you want to have a column in the grid with no header, you can do that by setting the column.RowLayoutColumnInfo.LabelPosition to None.
mquinnusa said: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
We added the UltraControlContainerEditor component, which allows you to easily embed any control in the grid (or any other control which supports embeddable editors, over a year ago.
Check out v9.1 in SDK. Groups in Row Layout Mode, good example. Still not perfect