Hi
I am wondering is there any way to set the column width as per its content. I mean "..." should not come in cell.
You can use the PerformAutoResize method on the column to automatically size it to it's contents. Be sure to look at all of the overloads of the method and make sure you use the right one. The parametless overload only sizes visible rows.
Thanks Mike