Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Datagrid Control > onMouseOver

Reply
Thread Tools

onMouseOver

 
 
Paul Hale
Guest
Posts: n/a
 
      04-26-2004
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?
 
Reply With Quote
 
 
 
 
Alvin Bruney [MVP]
Guest
Posts: n/a
 
      04-26-2004
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","callFunkyDHTMLRouti ne");

your callFunkyDHTMLRoutine would then need to do the heavy lifting

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"Paul Hale" <> wrote in message
news: om...
> 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?



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataList <td onMouseOver> Ryan Moore ASP .Net 5 10-12-2004 01:44 PM
OnMouseOver for a DataGrid control =?Utf-8?B?QXZpIFNoaWxvbg==?= ASP .Net 5 07-12-2004 03:53 AM
Onmouseover Frances Valdes ASP .Net 7 03-03-2004 12:35 PM
ASP.NET ImageButton and OnMouseOver Jay ASP .Net 2 09-30-2003 01:31 PM
How to change onmouseover and onmouseout dynamically Tor Inge Rislaa ASP .Net 3 08-06-2003 04:43 PM



Advertisments