<?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: Is jqgrid the wrong choice for my project?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/is-jqgrid-the-wrong-choice-for-my-project</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/is-jqgrid-the-wrong-choice-for-my-project/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>palobo on Is jqgrid the wrong choice for my project?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/is-jqgrid-the-wrong-choice-for-my-project#p3355</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/is-jqgrid-the-wrong-choice-for-my-project#p3355</guid>
        	        	<description><![CDATA[<p>OK. I see your dilema then.</p>
<p>Let&#39;s get creative then. A simple input filed before diplaying the grid. User starts typing in project number. Jquery autocomplete fetches possible matches from database. Onblur of the input feild and gird is created with the data pertaining to the specific project. This would maybe allow you to instead of relying on the users to update the time spent, just add aditional time and let server sum it all up.</p>
<p>Just an idea 😉</p>
<p>Cheers,<br />P.</p></p>
]]></description>
        	        	<pubDate>Sat, 29 Nov 2008 13:58:20 +0200</pubDate>
        </item>
        <item>
        	<title>vinofilus on Is jqgrid the wrong choice for my project?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/is-jqgrid-the-wrong-choice-for-my-project#p3354</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/is-jqgrid-the-wrong-choice-for-my-project#p3354</guid>
        	        	<description><![CDATA[<p>Thanks. The grid/subgrid or master/detail option is very intriguing, and one that I hadn&#39;t explored at all. In this case, the reason the user enters a project number as text (rather than selecting from a list) is because there are hundreds of projects in the database, and we&#39;re trying to keep the form as simple and compact as possible (plus they&#39;d like it to look somewhat like the old MS Jet database one we&#39;re replacing). So when they enter a project number, it&#39;s is looked up in the database and an english name is shown to the user, and then the rest of the line knows which project ID to assign the work times to when writing to the database. It seems convoluted to me, but I&#39;m struggling with finding the simpler solution that must be out there. So far I can see the subgrid as simplifying this, but I&#39;ll keep pondering throughout the day.</p>
<p>Thanks again. Your suggestions get me thinking in different directions, which is exactly what I need!</p>
]]></description>
        	        	<pubDate>Sat, 29 Nov 2008 12:01:24 +0200</pubDate>
        </item>
        <item>
        	<title>palobo on Is jqgrid the wrong choice for my project?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/is-jqgrid-the-wrong-choice-for-my-project#p3352</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/is-jqgrid-the-wrong-choice-for-my-project#p3352</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Just a quick thought, but wouldn&#39;t maybe a grd/subgrid or master/detail layout be more suited for such a task.</p>
<p>Elaborationg a bit more on this idea. In the main/master grid you could have the various projects and then use the subgrid/detail forf the time input.</p>
<p>Cheers,</p>
<p>P.</p>
]]></description>
        	        	<pubDate>Sat, 29 Nov 2008 11:23:04 +0200</pubDate>
        </item>
        <item>
        	<title>vinofilus on Is jqgrid the wrong choice for my project?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/is-jqgrid-the-wrong-choice-for-my-project#p3351</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/is-jqgrid-the-wrong-choice-for-my-project#p3351</guid>
        	        	<description><![CDATA[<p>I have just started using jqgrid on a different project and am loving it.<br />But I am wondering if I am doing it the hard way with this project.</p>
<p>(I&#39;ve redesigned the database twice already, but I have a hunch it&#39;s still wrong, and that may be my real problem.)</p>
<p>The user is supposed to be able to fill out a timesheet, something like the one pictured below, with dates along the top and project numbers along the side:</p>
<p><a href="http://bitlink.ca/pics/ttrak-tiny.png"><img src="http://bitlink.ca/pics/ttrak-tiny.png" width="100"  class="sfimageleft spUserImage" alt="Form Grid" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>The 3 columns within each date column are for recording regular time worked or two kinds of overtime. When a new week starts they will see a blank grid and begin entering the project on which they are working, and what kind of hours on what days they worked. Throughout the week they will return to it and add or edit their work hours.</p>
<p>The database has fields: id, lineid, projectid, workdate, regulartime, overtime, bankedtime, employeeid (plus some others).</p>
<p>As you can see, a unique line of data in my database doesn&#39;t coincide with a line of data on the form. For example, the 3 green cells would be from one db entry, which holds the date, project id and times worked.</p>
<p>I can imagine writing the looping php/mysql code to extract the data manually into the xml necessary for jqgrid to build this form very nicely, but it seems like my php code is doing all the work, and when it comes to editing a cell or a line, I&#39;ll be writing all the code and loops and not really using the power and elegance of jqgrid. </p>
<p>Am I missing something obvious?<br />Am I barking up the wrong tree?<br />Is there an elegant way to do this?<br />(By the way, my bosses don&#39;t seem to think that the layout of the input form should be changed.)</p>
<p>Thanks for any help, criticism, suggestions or ideas you all have!</p>
]]></description>
        	        	<pubDate>Fri, 28 Nov 2008 19:20:52 +0200</pubDate>
        </item>
</channel>
</rss>