Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Changing the caption of ScrollTips in UltraGrid
posted

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.

Parents
No Data
Reply
  • 48586
    posted

    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.

Children
No Data