I built a grid that has a hyperlink column and also a context menu associated to it. The hyperlink column was added to the grid in codebehind when the grid was built ( needed to built the grid in code behind to control what columns would show dynamically). The column was added fine but I had to manually create the hyperlink that would be placed on the grid so I can add attributes to it. I set the "onmouseover" attribute for example.
The problem is that I can open the context menu associated to the grid from anywhere on a row except on the hyperlink column Text. Anywhere around the text withing the column works fine too. Is there an attribute that I have to set? Or is there a certain way I have to build the hyperlink column? Or is the context menu even able to load from a right click on a hyperlink?
Any advise or assitance would be very appreciated.
Thanks in advance.