I have an application that I am moving to using the grid with and have come into a problem. When in the application I set the width of the client to 100% and all goes well besides when resizing. The table wants to be around 1000 px wide if not restricted, which is basically what I want. But, when I resize the browser to a size smaller than the table the table is hidden with no browser horizontal scroll. I need either the browsers scroll to appear or the table to resized smaller, preferrably for the table to resized smaller. What I would like to have is the table to resize with the window size respecting the min-width, width: 100%, or the tables set preferred width.
What I have tried.
1. autowidth does not appear to work as it wants to start the table at 461px instead of the 100% as defined by the parent. To fix another problem I found I put in a min-width in the parent which forced the table to the min-width which is better but I want the table to start at the larger window size, preferrably 100% of the window.
2. shrinkToFix works for what it is designed to do but it doesn't solve my problem of getting the table to resize as described above.
3. I also tried many different parent div/table sizes and nothing I have tried appears to work.
The problem is that this table has a lot of information in it and my users want to utilize the whole screen instead of needing to drill down to another screen or scroll the table to see the right side information since the screen is large enough to contain it all.
If there is anything you need to diagnose the situation please let me know.
Thanks
Dru
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top