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
460
Tooltip text on the row level is not displaying sometimes
posted

I'm setting a tool tip text in the InitializeRow() event after validating some conditions on the record, it takes sometime to display the message. Sometime it's not displaying the message at all. Any help on this will be really helpful.

Below is the syntax i used.

e.Row.ToolTipText = "The highlighted record has some issues"