Hi Guyz,
How to display the column headers so that the long header names can be fully displayed?
Thanks
Asif Abdulla
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>
Kathy
Thanks Kathy.
One more; can we set the lable width to like "Auto" so that it can adjust to label size?
Regards,