I am using the ultragrid in card view layout with max card area rows set to one:
ultraGridBand1.CardSettings.MaxCardAreaRows = 1; true;
ultraGridBand1.CardView =
ultraGrid1.DisplayLayout.ViewStyle =
ultraGrid1.DisplayLayout.MaxBandDepth = 1;
I would like to be able to display a number of rows but have them resizeable to different widths. I can't seem to find anything that alludes to this. Just to clarify - the rows in the cardview appear as columns ie along the x axis at the top. Any help is appreciated.
Andrew
Hi Andrew,
I'm not sure I understand what you mean. Could you post a screen shot or a mockup of what you are trying to acheive?
It sounds like you want the grid to look like a form where each field has a different length. But every card has to be rectangular, you can't have like a staircase effect or anything like that.
You could use RowLayouts to put more than one field into the same visible row within the card.
Below is screen shot of a mock up of what i have currently:
And here is what i would like:
Hi,
Okay, so it looks like you want each card to have a different width. I don't think this is currently possible. You should Submit a feature request to Infragistics and perhaps this feature can be added in a future release.
No, there is no way to do this. You should Submit a feature request to Infragistics
Hi, i need the same feature now. Is it currently done in the actual releases? I work with Vol11.2