How do we change the caption of the ScrollTip for a UltraGrid or a UltraCombo? I would not like to show the value of the ScrollTipField property i.e. the column name from the data source in the ScrollTips of the Grid control. Rather I would like to customize the caption text or turn it off completely.
Any help in this regard would be of great help…
Shashi.
Hello ,
For the this.ultraGrid1.DisplayLayout.Bands[0].ScrollTipField property you should set valid column key. There is no property that you could set. This text is same as the Header Caption of the column that is set as ScrollTipField. So you could change the caption of the column or try to add unbound column and use it as ScrollTipField. You can hide this column and populate it in InitializeRow event.
Let me know if you have any further questions.