﻿<?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 - webgrid hyperlink coulmntype open as a lightbox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-hyperlink-coulmntype-open-as-a-lightbox/</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>webgrid hyperlink coulmntype open as a lightbox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-hyperlink-coulmntype-open-as-a-lightbox/</link><pubDate>Wed, 02 Jun 2010 09:48:25 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Glad to hear that the ‘custom’ column type met your specific scenario.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>webgrid hyperlink coulmntype open as a lightbox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-hyperlink-coulmntype-open-as-a-lightbox/</link><pubDate>Wed, 02 Jun 2010 01:17:56 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;thank you very much.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;great help, exactly what i want....&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;ca&lt;br /&gt;&lt;/p&gt;</description></item><item><title>webgrid hyperlink coulmntype open as a lightbox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-hyperlink-coulmntype-open-as-a-lightbox/</link><pubDate>Tue, 01 Jun 2010 17:50:47 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;From the jquery effect link that you gave me, it seems that we need to add a ‘rel’ attribute inside the anchor tag in order to use the jquery.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;A simpler way to achieve this requirement is by using custom column type. We can simply define the custom column as below.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;...
    &amp;lt;ISWebGrid:WebGridColumn Caption="WebPage" ColumnType="Custom" DataMember="WebPage"
        Name="WebPage" Width="100px"&amp;gt;
    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
...&lt;/pre&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;and next, set the link and its ‘rel’ attributes in InitializeRow server side event as follow.&lt;/span&gt; 
&lt;pre&gt;cell.GetNamedItem("WebPage").Text = "&amp;lt;a href='images/fullscreen/2.jpg' rel='prettyPhoto' title='This is the description'&amp;gt;&amp;lt;img src='images/thumbnails/t_2.jpg' width='60' height='60' alt='This is the title' /&amp;gt;&amp;lt;/a&amp;gt;";&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>webgrid hyperlink coulmntype open as a lightbox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-hyperlink-coulmntype-open-as-a-lightbox/</link><pubDate>Tue, 01 Jun 2010 01:24:33 GMT</pubDate><dc:creator>ismail</dc:creator><description>hi,
&lt;p&gt;i am using webgrid to display some information. in this grid i am using "hyperlink" column type and is dynamicaly changing value by the below given code in the back end&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;WebGrid1.RootTable.Columns(0).HyperlinkFormatString = "displaymap.aspx?id=" &amp;#43; "{0}"&lt;/pre&gt;
&lt;p&gt;Here i want to open the link in a lightbox kind of window. For the jquery effect i want to use src attribute and &amp;lt;ul&amp;gt; tag.&lt;/p&gt;
&lt;p&gt;I am using this technique for lightbox effect&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/"&gt;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;please let me know, how can i apply the needed parameters in webgrid hyperlink column&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;thanks and regards&lt;/p&gt;
&lt;p&gt;ca&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>