Hi,
Please help me on this. Please look at the attachment.
I have an UltraWinGrid and i need to change the captions for the headers and the problem is i need to put a caption for the two columns as a common header as well. Please look at the screenshot and suggest me how to insert another header on the top or suggest me possible way. It might be simpler but as of now i need it urjent.
Thanks.
You should set AllowCellSizing and/or AllowLabelSizing on the RowLayoutColumnInfo for the columns you don't want the user to size.
Thank you! That's amazing!!
Finally, I succed with the UltraWinGrid Designer, and making a Group in the Band and including on it the 2 columns.
The only thing I can't do yet is making the columns (or the group, I don't know!!!) to have a fixed width.
Any idea? Thanks!
Hi alex ,
plz find the sample code(VB.NEt) posted in this thread...
http://forums.infragistics.com/forums/p/15203/56010.aspx#56010
hope it helps you out.
This is very complicated to do in code. I would not attempt it. You are much better off doing this in the grid designer so you can just visually drag and drop the columns.
please, can you show me some code of how to do the "column header caption span" whitin 2 columnes, by using the RowLayoutInfo.LabelStyle property?
I tried to do it but I can't get any successfull result :(
Thanks in advance