hello all,
I am working with Ultragrid in which all columns are resizable. It works fine with
DisplayLayout-AllowColSizingDefault="Free".
but, when I columns are decreased in size, header column starts behaving differently. Header is parsed in to characters to feet the column width and it looks ugly.
My question is, Is there a way so that Header text is wrapped in automatically and just displays only as many characters as it fits the width instead of spreading into multiple lines.
As in the screenshot.
found solution.
<HeaderStyleDefault TextOverflow="Ellipsis"></HeaderStyleDefault>
thank you.