Hi
Some of my columns allow filtering, sorting, and locking. When all of these images (filter/sort/pin) are shown in the column header, the caption gets cut off (not all of the header text is visible).
Is there some property to prevent this from happening? If not, is there some sort of padding property I can set to force the header to be larger than needed (so that it would hopefully be large enough to show the caption and the images)?
Thanks
Hi,
Seems like the column is not wide enough so all you need to do is set the column's MinWidth/Width to a larger value. Or you can call column.PerformAutoResize(PeformAutoSizeType.None, true) to have it auto-resize itself to the size necessary to fully display the caption, including all the indicators.
Sandip