Home All Groups Group Topic Archive Search About

Gridview and mouseover

Author
10 Mar 2006 4:13 AM
Matt Colegrove
Is there a way to apply a "mouseover" command to the cell level of a
GridView?  I can do it at the row level, but I want to be able to do it at
the cell level.

I was able to do it with the DataGrid by doing it at the Item level.

Author
10 Mar 2006 6:37 AM
Cor Ligthert [MVP]
Matt,

It has no sense to do at serverside action in a gridview. This has to be
done on the clientside in javascript.

If it was a textbox, I had probably a better answer for you. A gridview is
something that builds a grid at serverside and than the elements of that has
to be used.

If I needed it and could not find the solution than I surely would ask this
question in the newsgroup.

microsoft.public.dotnet.framework.aspnet

I hope this helps,

Cor


Show quoteHide quote
"Matt Colegrove" <MattColegr***@discussions.microsoft.com> schreef in
bericht news:9732791A-8988-4236-BC78-E9B1D0FED38B@microsoft.com...
> Is there a way to apply a "mouseover" command to the cell level of a
> GridView?  I can do it at the row level, but I want to be able to do it at
> the cell level.
>
> I was able to do it with the DataGrid by doing it at the Item level.