How can I set font for the text in cell ?
Hello itsumesh,
You could do that by accessing the 'Appearance.FontData' of a cell. Something like the following code sample:
ultraGrid1.Rows[0].Cells["Name"].Appearance.FontData.SizeInPoints = 20;
Please do not hesitate to contact us if you need any additional assistance.