Hi ,
Is there any propert in ultragrid through which i can set column width to dynamically change according to max string in column data
Regards,
Rooma
u should loop through columns and use the method PerformAutoResize();
ultraGrid1.DisplayLayout.Bands[0].Columns[0].PerformAutoResize();
Thanks for your help...it worked