Dear friends,
I wanted to make the column of my ultrawebgrid control to be automatically fit to the content. What property should i set or what do I need to do?
Thanks,
You need to NOT set the column's .Width property.
Dear WombatEd,
I did not get what you mean. What I mean is the content of the cell in a column does not fit automatically, I need to manually resize the column width. Now I want the content of the cell fits automatically and visible all without any manual resize.
Thanks
TS Ngaihte said: I did not get what you mean. What I mean is the content of the cell in a column does not fit automatically, I need to manually resize the column width. Now I want the content of the cell fits automatically and visible all without any manual resize.
If you do not set a .Width property for a column, the default behavior is for the cell to expand as required to fit the contents.
You may also need to set the following: