I want the grid to take up the whole width of the page without horizontal scroll.
If I set the column widths by percentage to add to 100% (e.g. Column widths 30% and 70%) the grid looks correct initially but I have the following two problems:
1. If the grid gets more data and a vertical scrollbar appears then a horizontal scrollbar appears.
2. If the browser window is resized the grid is therefore resized but the columns do not auto resize to stay with the percentages.
How do I fix the problems above to compensate for the vertical scrollbar appearing and resize?
Thanks