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
470
Autosize Coulmns
posted

Hi,

I'm using autosize to resize the columns in my grids, works fine except for highlighted (selected) columns where the font changes to bold for example.. this as expected cut's off the end of the text.  A minor point but is there a way to get the autosize to compensate for this?

Thanks

Parents
No Data
Reply
  • 469350
    Offline posted

    How are you applying the bold font to the selected cells?

    The AutoSizing functionality probably doesn't take into account the font settings on each individual cell in the column, because if it did, it would cause a pretty big performance hit. So the autosizing is probably done based on the resolved font of all the cells in the column without accounting for any font changes on individual cells.

Children