How to let the column's width automatically be adjusted according to the data lenth in ultragrid?
Thanks
Call the PerformAutoResize method on the column. Be sure to examine the overloads of the method. You probably want to use the one that takes an enum and specify AllRowsInBand.
Thanks Mike Saltzman for your help!