onMouseOver

P

Paul Hale

Hi,

I have a datagrid that has a particular cell that holds an HTML table
that in turn holds 10 text boxes. I would like (if possible) for when
the users mouse rolls over this particular cell for the cell to expand
displaying the HTML table and the text boxes it contains.

It would be kind of a flashy dynamic Master\Detail item embedded
within my datagrid.

Anybody got any ideas?
 
A

Alvin Bruney [MVP]

you would need to write the appropriate javascript to do this and embed it
in the cell in the codebehind so that it can fire client side. Consider this
in the itemdatabound event handler

e.item.cells[0].attributes.add("onmouseover","callFunkyDHTMLRoutine");

your callFunkyDHTMLRoutine would then need to do the heavy lifting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top