﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Hover Popup Menu Over Template Cell</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hover-Popup-Menu-Over-Template-Cell/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Hover Popup Menu Over Template Cell</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hover-Popup-Menu-Over-Template-Cell/</link><pubDate>Mon, 08 Aug 2011 05:06:41 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hello Cameron,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;When you use a control inside cellTemplate, the ID of a control would be changed, so you are unable to call the ID which you created before. That is why your WebGrid work perfectly when you set the panel outside the WebGrid, because you are able to call the current ID. But when you did the same way inside the cellTemplate, it won't work as well as outside WebGrid because you're not calling a right ID.&lt;/p&gt;
&lt;p&gt;If you want to check the ID whether it is change or not, please take a look at the view page source on your browser.&lt;/p&gt;
&lt;p&gt;To solve this problem, you should call a similar ID. I suggest you to use findControl method to set the ID inside the cellTemplate.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>Hover Popup Menu Over Template Cell</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hover-Popup-Menu-Over-Template-Cell/</link><pubDate>Fri, 05 Aug 2011 12:42:58 GMT</pubDate><dc:creator>CameronH</dc:creator><description>&lt;p&gt;Hi Riendy,&lt;/p&gt;
&lt;p&gt;The first thing I tried to do was create a cell template that contained an AjaxHoverMenuExtender, a Hyperlink (ie. "hLink1"), and a Panel (ie "Pnl1").  Inside of the panel, I add a dynamic number of hyperlinks as necessary for each cell.  Witht he AjaxHoverMenuExtender, I set the TargetControlID = "hLink1" and I set the PopupControlID = "pnl1".  If you do this anywhere outside the WebGrid, it will work perfectly.  However, when I add a Panel to the cell, I end up with nothing.  I'm attaching an image of what I would like to accomplish.&lt;/p&gt;
&lt;p&gt;I'm in the process of trying to do this with JavaScript outside of the AjaxToolkit, but I'm still running into issues.&lt;/p&gt;</description></item><item><title>Hover Popup Menu Over Template Cell</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hover-Popup-Menu-Over-Template-Cell/</link><pubDate>Thu, 04 Aug 2011 23:24:29 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi Cameron,&lt;br /&gt;&lt;br /&gt;We've never met the scenario like this before. Could you please describe me more detail about your scenario ? Did you mean that you have control in a cellTemplate, and then if you hover to that control/cellTemplate, it will display a multiple hyperlink that you can choose ? If yes, please let me know what control that you use in cellTemplate.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>Hover Popup Menu Over Template Cell</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hover-Popup-Menu-Over-Template-Cell/</link><pubDate>Thu, 04 Aug 2011 15:46:46 GMT</pubDate><dc:creator>CameronH</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I'm interested in displaying a simple hover menu (as a div/asp:panel) over cells in a TemplateColumn to display multiple hyperlinks for further navigation.  Has anyone ever done this before with the WebGrid, and if so, is there any advice as to the approach to take?&lt;/p&gt;
&lt;p&gt;I've tried using the AjaxHoverMenuExtender, but anytime I add a panel to the celltemplate during the InitializeRow event, I end up with an empty grid.  Simply adding a literal, label, or a hyperlink control seems to work, but I can't embed a dynamic panel nor the AjaxExtender.&lt;/p&gt;
&lt;p&gt;Is there a way to implement a hover menu when a user mouses over the contents of a specific cell?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Cameron&lt;/p&gt;</description></item></channel></rss>