Hello,
How to resize ultragridband group height?
Thanks in advance
Thank you for answer.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components
It seem that you are using Group And Levels for you UltraGrid and you want to resize cells of a particular level. What I could suggest you in this case is to use RowLayout to design your grid and then you will be able to set PreferredCellSize for particular column. I’ve implemented this suggestion in a simple sample, please run the sample and let me know if this is what you are looking for.
Please let me know if you have any further questions.
But it does not resize the height of group.I need to resize the height of band groups.To differ them from rows height.
Thanks in advance.
Hello ,
You could subscribe for InitializeGroupByRow event and to set the height of the groupbyrow with code like:
e.Row.Height = 70