When I try to load data to the grid, the column always wrap the text which display the ... in the cell. I want to display all the text wihthout any wrapping even it is very long. Can you tell what kind of settings I can use?
Thanks,
please show some lights.
Hi,
It sounds like you are looking for the PerformAutoResize method on the column. When calling this method, be sure to look at the overloads so you call the one you want. I usually use the overload that takes an enum, so I can force it to load all the rows in the band.