Thanks Mike,
I did look through the "How To's" and have been going through the documentation but did not even think of looking at the samples.
Regards,
Mehmet
I have got the formula working with this:
ultraGrid1.DisplayLayout.Bands[0].Columns.Add("test").Formula = "[value1] + [value2]" ;
Is the formula builder available at run time?
Is there a "more elegant" way of achieving this?