grid cell has onclick but hand is not shown



I added an onclick event to a grid cell at bind time
e.Row.Cells[nFieldNum].Attributes.Add("onclick", "return LaunchInfo('../DetailLocation.aspx')")


This works fine, but there is no indication that one can "click" on the cell when the cursor is mioved over the item in the cell.

I would like the mouse cursor to change to a hand and back to normal as it moves over the clickable item. Also, it is even hard to look up information about this. Where would I go (VS8) to find help about .Attributes.Add( where visual studio would list the range of arguments available to the Add? If I highlight Attributes.Add and presss F1 i get Type.Atributes property help page but what I really want is a list of what the Add arguement can be.


...TIA..


--
======================================================================
Joseph "Beemer Biker" Stateson
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
======================================================================

.



Relevant Pages

  • RE: Looping with Userform
    ... Prior to this section the cursor is ... placed in the first cell of the order section via RANGE.Select. ... Knowing what global variables I need and how to declare them. ... This userform has two command buttons: ...
    (microsoft.public.excel.programming)
  • RE: Problem with cursor position after Find is run.
    ... If rngFound Is Nothing Then ... replacing the Find coding based on some valuable help from Jim ... This is based on the assumption that the cursor is starting at the ... correct cell position, which is in the cell containing the PO# just ...
    (microsoft.public.excel.programming)
  • Re: Trying to Delete Hidden Fields?
    ... Tab, it inserts a row. ... If the tables were really joined, the cursor would ... just go to the next cell in the table. ... "Suzanne S. Barnhill" wrote: ...
    (microsoft.public.word.tables)
  • Re: Change ENTER key behaviour on different cells
    ... This is a clunge to force the cursor to the right when a change is made ... Private Sub Worksheet_Change(ByVal Target As Excel.Range) ... What I need is when that SUB is called is to have the Cell that has ...
    (microsoft.public.excel.programming)
  • Re: Trying to Delete Hidden Fields?
    ... Tab, it inserts a row. ... If the tables were really joined, the cursor would ... just go to the next cell in the table. ... I'd like to get rid of the hidden fields so ...
    (microsoft.public.word.tables)

Loading