Hi
How can i change text at AddNewBox ( by default it shows "Add" and Button with entity name) have a requirement to change tthese text?
This property is available on the band level - go to the specific band you want and change the 'AddButtonCaption' property, e.g.:
this.ultraGrid1.DisplayLayout.Bands[0].AddButtonCaption = "Add a new row to Band Zero";
Hi Chris
Thanks for the reply, and this solves my issue. and Is there any way to change the Text "Add" also?