Hi I’m trying to use the rollover hint over a field in the summary table .
Not the data just over the field name.
Is this possible?
Hi Scob01,
You can use this to add a hint inside the grid fields using scriptcase.
- Goto your Grid application and select your field,
- Change your label field value to something like this.
<span title='Your hint here'>My Label</span>
Note: We are inserting HTML to the label value. And when your mouse is over only in the field name, the grid will display a hint.