<?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: How to approach--different pop-up forms when clicking on different fields</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields</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/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How to approach--different pop-up forms when clicking on different fields</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields#p13589</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields#p13589</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There is ready for this situation solution.</p>
<p>One possible solution is to write your own custom pop up cell editor and the just use getCell and setCell to get and save the new content.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 06 Jan 2010 09:33:31 +0200</pubDate>
        </item>
        <item>
        	<title>kozmikyak on How to approach--different pop-up forms when clicking on different fields</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields#p13556</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields#p13556</guid>
        	        	<description><![CDATA[<p>It&#39;s really a cell editor I&#39;m looking for, except that I want a pop-up textarea lartger than the dimensions of the cell on the screen to do it in, and a "save" button required to save any edits.&#160; Perhaps there&#39;s a way to get this to happen using a custom element with the cell editing, but I couldn&#39;t figure out how to get it to do anything that pops up above the confines of the cell it&#39;s placed in.&#160; It&#39;s likely this is a misunderstanding of how to integrate my own CSS with jqGrid&#39;s operation, but I could still use some guidance.</p>
]]></description>
        	        	<pubDate>Mon, 04 Jan 2010 21:51:13 +0200</pubDate>
        </item>
        <item>
        	<title>kozmikyak on How to approach--different pop-up forms when clicking on different fields</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields#p13469</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields#p13469</guid>
        	        	<description><![CDATA[<p>To clarify, right now the function that&#39;s dispatched to when I click on a field in the column in question is attached.&#160; I was almost expecting that I could pass into editGridRow a list of fields to show.&#160; Or maybe hiding unwanted columns during the duration of editGridRow, though I&#39;d expect that would change the grid display as well, which would be confusing.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7173' value='Select Code' data-codeid='sfcode7173' /></p>
<div class='sfcode' id='sfcode7173'>function cellEditMarketNotes(rowid) {	<br />&#160; theGrid.editGridRow(rowid, {<br />&#160;&#160;&#160; top: 25,<br />&#160;&#160;&#160; left: 25,<br />&#160;&#160;&#160; width: 400,<br />&#160; });<br />}</div>
]]></description>
        	        	<pubDate>Wed, 30 Dec 2009 21:24:21 +0200</pubDate>
        </item>
        <item>
        	<title>kozmikyak on How to approach--different pop-up forms when clicking on different fields</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields#p13468</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-approach-different-pop-up-forms-when-clicking-on-different-fields#p13468</guid>
        	        	<description><![CDATA[<p>I&#39;m wondering how to approach this with jqGrid.</p>
<p>I want to do something midway between in-row editing and form-based editing.&#160; When the user clicks on certain text fields, which have been custom formatted to contain just an icon indicating that content is present, an edit form is brought up.</p>
<p>I have this working for a single field; onCellSelect for the grid points to a dispatch function that determines which column name was selected, and calls the appropriate function to generate a popup.&#160; Clicking on columns without entries in this function table don&#39;t do anything except select the row clicked on.</p>
<p>This works fine, but there are two columns I&#39;d like to treat this way.&#160; I can set up the dispatch table such that I get the form popup when either field is clicked on, but if I just set each column to editable and set form options the popup will show textareas for _both_ of the columns.</p>
<p>Is there a simpler way to handle this that I&#39;m missing?</p>
]]></description>
        	        	<pubDate>Wed, 30 Dec 2009 21:20:29 +0200</pubDate>
        </item>
</channel>
</rss>