I am using C# .net 4.5. I have a gridview where I added code to have each cell made clickable. This works fine. I added a template field with an ajax popup control extender and a label for the target control. This also works fine. My problem is the
mouse over event works only when I hover over the label control, and the click event works only when I click outside the label control. I need a click event whenever any part of the cell is clicked even if its over the label control. Is this possible?
For your issue, you need to use the IE Developer Tools (just press F12 in IE) or FireBug in FireFox to debug your code. For details about how to use it, please check the links below:
John.Lugowsk...
0 Points
1 Post
I need a gridview cell having an ajax popup contorl extener and a click event.
Nov 21, 2012 07:57 PM|LINK
I am using C# .net 4.5. I have a gridview where I added code to have each cell made clickable. This works fine. I added a template field with an ajax popup control extender and a label for the target control. This also works fine. My problem is the mouse over event works only when I hover over the label control, and the click event works only when I click outside the label control. I need a click event whenever any part of the cell is clicked even if its over the label control. Is this possible?
Catherine Sh...
All-Star
23372 Points
2490 Posts
Microsoft
Re: I need a gridview cell having an ajax popup contorl extener and a click event.
Nov 27, 2012 07:55 AM|LINK
Hi,
Welcome to ASP.net fourm!
For your issue, you need to use the IE Developer Tools (just press F12 in IE) or FireBug in FireFox to debug your code. For details about how to use it, please check the links below:
http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx
http://getfirebug.com/
Then modify the code to meet your reqirement.
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store