Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Header caption being cut off
posted

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

Parents
No Data
Reply
  • 2070
    Verified Answer
    posted

    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

Children
No Data