Hi Guyz,
How to display the column headers so that the long header names can be fully displayed?
Thanks
Asif Abdulla
Hi Asif. I tried setting my label width to "Auto" and it didn't work. I got an error informing me that it couldn't convert the value. Perhaps there is a way to do it that I don't know of though.
Kathy
Thanks Kathy.
One more; can we set the lable width to like "Auto" so that it can adjust to label size?
Regards,
Hi Asif,
Have you tried manually setting the column header length using LabelWidth?
<igDP:Field Name="Team" Label="Team"> <igDP:Field.Settings> <igDP:FieldSettings LabelWidth="110" CellWidth="110" AllowEdit="False" /> </igDP:Field.Settings> </igDP:Field>