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
1615
Ultrawebgrid - setting to stretch columns to width of grid
posted

Do not see a setting that sets the columns to stretch to the full width of the grid width automatically. Is there a simple way to do this?

Parents
No Data
Reply
  • 49378
    posted

    Hi jcom39201,

    One way to approach this would be to set the widths of all but your last grid column and set the width of the last column to 100% (this would automatically stretch it to the size of the remaining space).

    Another approach which would autosize columns to a suitable state (though not necessarily to the full width of the grid) would be to set the TableLayout property of the grid's DisplayLayout to Auto. Please note that fixed headers and stationary margins have to be disabled in that scenario.

    Please tell me if this helps.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://es.infragistics.com/support

     

Children