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
175
Column Header Text Trimming
posted

I have a grid with columns that contain numeric and text values.  We right align the column header and data that are for numeric fields.  When I shrink the column so that the whole column header is not visible the overflow indicator correctly displays but the text is being trimmed from the right side.  So Ordered Qty is display Ordered...  when the column is shrunk.  What I'd like it to do is to show ...Qty or something similar.  Basically I'm looking for the text to trim from the left side when the column heading is right aligned.  Is there a property for this?

  • 5118
    posted

    I don't think there is a property for this but you can definitely use a DrawFilter or some code within the column resizing events to accomplish this look.  As far as just setting a property... not that I have seen.