Is there a property which make the column's width is adjusted by the data's lenth in the ultragrid?
There is no property but a method:
column.PerformAutoResize(
PerformAutoSizeType.AllRowsInBand, true)
Amiram Korach, Thank for your help, it has been resloved.