I am loading a grid dynamically in extjs. As you can see below the column “Created” is not wide enough to display whole text in it. I want to set every column’s width such that it display’s its text completely.

Is this possible to do? Any suggestion?
Thanks for help.
Thanks bensiu, I implemented the login. However, I cannot say that this is the ideal solution but it solves my purpose.
First, i navigate through data and find the longest string in that column (including header name of that column).
I hope this helps somebody.