Hello,
after resizing the width of columns, which are added to a certain group, the header of the group gets cut off :-(
The resizing is done programmatically with: columns.PerformAutoResize(PerformAutoSizeType.AllRowsInBand, true);and works fine.
But now, the group header shrinks as well and the caption is cut off.
How can I avoid this behaviour?
Thanks for your help!
The group width is the sum of the widths of the columns in that group. So if you make the columns too small, the group will get smaller.
The easiest thing to do would probably be to add up the widths of the columns in the group after you perform the resize on them. Then if the total is too small, add a little extra width to one column to make the group big enough. Or, maybe distribute the extra space amongst all of the columns.
Hi Mike,
I have the same problem, the group by text (drag a column header here to group by that column) is cut off. It looks fine in the design view, but after i built the solution, the group by text is cut off.
Would you be able to help?
Thanks
I am getting the below error when i tried to build my solution.
Please disregard my previous message. I restarted VS 2010 and the error went away.
Thank you so much!
I have recently upgraded from 10.2.20102.1058 to 10.2.20102.2151 and the below error occurs:
Ultragrid1.ActiveCell.GetText(Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw).ToString() The type 'Infragistics.Win.UltraWinMaskedEdit.MaskMode' exists in both 'Infragistics2.Win.v10.2.dll' and 'Infragistics2.Win.v10.2.dll'
I checked the references and it appears to have the latest dll files.
Do you have any idea how to fix this problem?
Hello joeleesin,
It seems to me that you are referencing the two different version in the same time. You should delete the reference to 1058 service release, leave the latest referenced, clean the license.licx file and try again to build your project.
Hi Boris,
I deleted all the 1058 dll references from my project. Is this the correct way to do it?
Also, I deleted the licenses.licx and rebuilt my project but still ran into the same issue.