Gridview and mouseover

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
Back
Top