We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Reg : ToolTipText

private void gridControl1_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) { if(e.ColIndex > 0 && e.RowIndex > 0) { e.Style.CellTipText = e.Style.Text; } } Hi, Above method i am using for my custom control to get tooltip text. Tool tip text always showing valuemember.How do i show diaplay member..?

1 Reply

AD Administrator Syncfusion Team June 29, 2005 02:43 PM UTC

Try using e.Style.FormattedText;

Loader.
Live Chat Icon For mobile
Up arrow icon