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
290
Last column's width is being adjusted by Infragistics
posted

Hi Infragistics,

I'm using the igGrid component with JQuery and HTML, I supply the datasource using a javascript array.

I supply the Columns with width percentages and I supply column hiding information. The hidden columns are remembered in a cookie and supplied to the grid using the column hiding feature.

When I have some hidden columns, I find that Infragistics is increasing the percentage of the Last column to make the total of all column equals to 100%. This means that my last column becomes dis-proportionately bigger than all the other columns... I have no control over this...

I can think of 2 potential solution approaches but they would require updates from Infragistics:

1) Allow the Last Column percentage re-sizing to be disabled. (Browsers have the smarts to automatically figure out column widths)

2) Instead of Infragistics re-sizing just the last column, it could re-size all visible columns proportionally.

-Clive

Parents Reply Children
No Data