L
Luis Esteban Valencia
Is it possible to implement mouseover on a particular word in a datagrid
(not mouseover on the entire cell)? For instance, assuming tha I have a
'Definitions' MSSQL table as such:
Definitions
=======
Abbreviation Meaning
-------------- ----------
JVM Java Virtual Machine
Mac Macintosh
PC Personal Computer
OS Operating System
etc, etc.
Resultantly, in my data grid if any of the above abbreviations appear, on
mouseover I would like to display the 'Meaning' (using div??). Is this
possible? If so, could you provide some suggestions?
Thank you.
(not mouseover on the entire cell)? For instance, assuming tha I have a
'Definitions' MSSQL table as such:
Definitions
=======
Abbreviation Meaning
-------------- ----------
JVM Java Virtual Machine
Mac Macintosh
PC Personal Computer
OS Operating System
etc, etc.
Resultantly, in my data grid if any of the above abbreviations appear, on
mouseover I would like to display the 'Meaning' (using div??). Is this
possible? If so, could you provide some suggestions?
Thank you.