I have the following settings on my igGrid:
When I resize my browser window, the columns holding the data resize automatically to fit the width of the page, however the header columns don't. I end up with this:
Is this a bug that has been fixed in the upcoming service release or am I doing something wrong with my settings?
I've been thinking more about this problem and I believe that it is a bug fix I need and not a feature request.
No matter what my settings are, why is it that the data cells of columns will resize when the browser window is resized, and the fixed headers don't? Should this not be the default behaviour of the grid? I can't think of any scenario where you would want the current behaviour.
Hello,I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this feature request is FR13572.
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your feature request in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
That would be great Nikifor, I think it would be a handy feature to have for everyone who has variable column grids.
Hello,This is not a supported scenario from our control. If you want to see this feature in future versions of our controls I will log a feature request for you.
Unfortunately not. If I don't provide a default column width, it resizes the columns so that they all fit within the width of the grid (i.e. 40 super skinny columns).
What I really need is to be able to say that the minimum column width is 100px, and if the width of the grid is greater than the number of columns x 100px, then increase the column width of each column to evenly fill the grid width.