Have a column automatically stretch to data length
I am building a grid with dynamic data... columns consist of persons name, company, date joined etc...
Currently I have a set column width for "Company" say 150px.
Results Are:
Company ABC
Company ABCD
Company ABCDEFGHIJKLMNO Extra Long Company Name
The last result gets cut around "J" and the user would have to stretch the column width manually to see the rest of that companies name. Is there a way to dynamically set the column width to the "worst case" length of that column or am I forced to enter a static width of 300px. Which if there is a company entered down the road, manually update it to 350px, 400px, etc...
Currently I have a set column width for "Company" say 150px.
Results Are:
Company ABC
Company ABCD
Company ABCDEFGHIJKLMNO Extra Long Company Name
The last result gets cut around "J" and the user would have to stretch the column width manually to see the rest of that companies name. Is there a way to dynamically set the column width to the "worst case" length of that column or am I forced to enter a static width of 300px. Which if there is a company entered down the road, manually update it to 350px, 400px, etc...
Joe
October 3,