Page 1 of 1

Show cell value contents in a tool tip database grid

Posted: Wed May 08, 2019 11:25 pm
by blakenielson1
In a database grid one of the columns displays dynamic content that may exceed the the column width. When I mouse over the column I would like to display the cell contents in a tool tip or is there a better way to do this?

Re: Show cell value contents in a tool tip database grid

Posted: Thu May 09, 2019 9:40 am
by Scott Klement
The biggest problem with tooltips is that they don't work on touch devices such as phones, tablets, etc.

If that's not an issue in your environment, then a tool tip may be a good solution.

Re: Show cell value contents in a tool tip database grid

Posted: Thu May 09, 2019 10:20 am
by blakenielson1
Thanks Scott my application does not require mobility, could you point me towards any examples using java script to achieve this functionality.

Re: Show cell value contents in a tool tip database grid

Posted: Thu May 09, 2019 10:40 am
by Scott Klement
What would the JavaScript do? Can you show the code that sets the value of the dynamic column?