<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Footnotes</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/footnotes-1</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/footnotes-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>james_ on Footnotes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4826</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4826</guid>
        	        	<description><![CDATA[<p>FYI I&#39;m solving this using two spans in the cell, one for the content, and one for the footnotes. I have an beforeEditCell event dealing with this when editing. Using rightMouseUp to edit footnotes, writing to the other span.. this way I have two types of content in the same cell, editing one with left click, the other with right click (a dialog box where you can create new foot notes, reuse old ones etc).</p>
]]></description>
        	        	<pubDate>Sun, 22 Feb 2009 13:55:31 +0200</pubDate>
        </item>
        <item>
        	<title>Reg on Footnotes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4824</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4824</guid>
        	        	<description><![CDATA[<p>would it work to wrap your footnote tag (a.)&#160;in a div and add the text as a title to it so it shows as a tooltip when hovered over? If you gave the div a class you could even change the font size and position to make it look like a normal footnote tag.</p>
<p>Reg</p>
]]></description>
        	        	<pubDate>Sun, 22 Feb 2009 09:47:48 +0200</pubDate>
        </item>
        <item>
        	<title>james_ on Footnotes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4739</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4739</guid>
        	        	<description><![CDATA[<p>Yeah, but you see I don&#39;t want the text up there, only the "a". The text itself will be below the grid, only the foot note symbol should be in the cell.</p>
<p>Example:<br />&#60;table&#62;&#60;tr&#62;&#60;td&#62;CellContent (a)&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;<br />&#60;p&#62;(a): this cell&#39;s content should be taken with a grain of salt&#60;/p&#62;</p>
<p>So what I want, is that when I click the cell, I want to edit the text "CellContent". When I click the "(a)" I can create an event to edit the foot note text if I&#39;d want that. The foot note text is written in the paragraph below the table.</p>
<p>To be concrete, I&#39;m creating a time table and there will be, e.g., "11:00" in such a cell. There are exceptions to this time (e.g., holiday), and that&#39;s what the footnote will show. It could say "but 11:30 on holidays"..</p>
<p>I agree that using two cells probably is the best option here. I&#39;ll most likely put "CellContent" and "(a)" in two different, and align CellContent right and (a) left, making them sit close 🙂 Then I&#39;d prefer having only one header for them, though, which was another question I raised.</p>
<p>Thanks for your inputs, they help me get closer to a solution! 🙂</p>
]]></description>
        	        	<pubDate>Thu, 19 Feb 2009 08:20:49 +0200</pubDate>
        </item>
        <item>
        	<title>Reg on Footnotes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4738</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4738</guid>
        	        	<description><![CDATA[<p>How about putting the content you want in another column, something like a. Blah Blah Blah and then making that column wide enough to show only the a.; the rest becomes visible as a tooltip when the mouse is hovered over</p>
<p>Reg</p>
]]></description>
        	        	<pubDate>Thu, 19 Feb 2009 07:23:37 +0200</pubDate>
        </item>
        <item>
        	<title>james_ on Footnotes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4735</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4735</guid>
        	        	<description><![CDATA[<p>Yeah, but I want them visible at all times. Nothing fancy needed though, and as long as I can add an event to clicking it, it doesn&#39;t have to be editable in the cell either... just display the foot note symbols lik "a,b" as superscript characters after the cell&#39;s actual content.</p>
<p>I guess I will have to try a workaround using another cell or something.. not quite sure about this one..</p>
]]></description>
        	        	<pubDate>Thu, 19 Feb 2009 01:55:12 +0200</pubDate>
        </item>
        <item>
        	<title>Reg on Footnotes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4723</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4723</guid>
        	        	<description><![CDATA[<p>Hello James,</p>
<p>have you thought about using a Subgrid to&#160;display your footnotes? That way you could&#160;hide them&#160;but have them available for viewing when required.</p>
<p>HTH</p>
<p>Reg</p>
]]></description>
        	        	<pubDate>Wed, 18 Feb 2009 09:29:02 +0200</pubDate>
        </item>
        <item>
        	<title>james_ on Footnotes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4677</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4677</guid>
        	        	<description><![CDATA[<p>Nobody has an opinion on this? 🙂</p>
<p>Guess I&#39;ll try to solve it using another column, and align them towards each other.. this will do, but brings me to another question:</p>
<p>Am I able to colspan the header but not the columns under it? Meaning I want a header "Location", with two columns under it, one with name and one with the footnotes..</p>
]]></description>
        	        	<pubDate>Tue, 17 Feb 2009 07:31:12 +0200</pubDate>
        </item>
        <item>
        	<title>james_ on Footnotes</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4632</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/footnotes-1#p4632</guid>
        	        	<description><![CDATA[<p>Hey!</p>
<p>First of all, thank you for jqGrid, it&#39;s excellent 🙂</p>
<p>I searched the forums for "footnote" but couldn&#39;t find anything. This might be either a feature request, discussion, help of whatever..</p>
<p>Bottom line is that I&#39;d like to add footnotes to cells in my grid. Has anyone thought about this already? If nobody has solved it, do you have any suggestions? I could of course add another column to hold the footnotes, but it doesn&#39;t look too good and it wouldn&#39;t work exactly how I&#39;d want either..</p>
<p>I hope someone takes time to share their view on this 🙂</p>
]]></description>
        	        	<pubDate>Mon, 16 Feb 2009 09:27:30 +0200</pubDate>
        </item>
</channel>
</rss>