<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: XAJAX PHP Live Datagrid</title>
	<atom:link href="http://ajaxian.com/archives/xajax-php-live-datagrid/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/xajax-php-live-datagrid</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: azghanvi</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-284853</link>
		<dc:creator>azghanvi</dc:creator>
		<pubDate>Wed, 04 Aug 2010 04:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-284853</guid>
		<description>PHP datagrid component for JQGrid (based on JQuery). This library can generate fully featured CRUD application in record time.

include(&quot;jqgrid.php&quot;);
$g = new jqgrid();
$grid[&quot;caption&quot;] = &quot;My Sample Grid&quot;; // set grid customizable params
$g-&gt;set_options($grid);
$g-&gt;table = &quot;tags&quot;; // db table for CRUD operations.

// You can also specify SQL query for displaying data (download code with examples)
// $g-&gt;select_command = &quot;select f1,f2,f3 from tags&quot;;

$out = $g-&gt;render(&quot;my_grid_1&quot;); // render grid

... and in HTML after including JS files ...





This code will result in fully functional Jquery Grid (JqGrid) with …

    * Add
    * Edit
    * Delete
    * Search
    * Auto-filter
    * Sort
    * Pagination
    * Export
    * Multiple Themes (ThemeRoller)
    * and almost all features available for FREE … which cost $449 on official commercial license.

This component is highly customizable using option parameters, which can be added as needed.

http://azgtech.wordpress.com/2010/08/01/jqgrid-php-datagrid-component-free/</description>
		<content:encoded><![CDATA[<p>PHP datagrid component for JQGrid (based on JQuery). This library can generate fully featured CRUD application in record time.</p>
<p>include(&#8220;jqgrid.php&#8221;);<br />
$g = new jqgrid();<br />
$grid["caption"] = &#8220;My Sample Grid&#8221;; // set grid customizable params<br />
$g-&gt;set_options($grid);<br />
$g-&gt;table = &#8220;tags&#8221;; // db table for CRUD operations.</p>
<p>// You can also specify SQL query for displaying data (download code with examples)<br />
// $g-&gt;select_command = &#8220;select f1,f2,f3 from tags&#8221;;</p>
<p>$out = $g-&gt;render(&#8220;my_grid_1&#8243;); // render grid</p>
<p>&#8230; and in HTML after including JS files &#8230;</p>
<p>This code will result in fully functional Jquery Grid (JqGrid) with …</p>
<p>    * Add<br />
    * Edit<br />
    * Delete<br />
    * Search<br />
    * Auto-filter<br />
    * Sort<br />
    * Pagination<br />
    * Export<br />
    * Multiple Themes (ThemeRoller)<br />
    * and almost all features available for FREE … which cost $449 on official commercial license.</p>
<p>This component is highly customizable using option parameters, which can be added as needed.</p>
<p><a href="http://azgtech.wordpress.com/2010/08/01/jqgrid-php-datagrid-component-free/" rel="nofollow">http://azgtech.wordpress.com/2010/08/01/jqgrid-php-datagrid-component-free/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drift</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-269262</link>
		<dc:creator>Drift</dc:creator>
		<pubDate>Thu, 20 Nov 2008 01:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-269262</guid>
		<description>Good class but lacks some useful features. Try this: http://www.eyesis.ca/projects/datagrid.html  IMHO this is the best PHP ajax data grid control out there.</description>
		<content:encoded><![CDATA[<p>Good class but lacks some useful features. Try this: <a href="http://www.eyesis.ca/projects/datagrid.html" rel="nofollow">http://www.eyesis.ca/projects/datagrid.html</a>  IMHO this is the best PHP ajax data grid control out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snoopypiolin</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-262138</link>
		<dc:creator>snoopypiolin</dc:creator>
		<pubDate>Sun, 16 Mar 2008 03:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-262138</guid>
		<description>This is the best AJAX llive datagrid I&#039;ve found ever

http://www.gurusistemas.com/indexdatagrid.php

Ahd the best... is free</description>
		<content:encoded><![CDATA[<p>This is the best AJAX llive datagrid I&#8217;ve found ever</p>
<p><a href="http://www.gurusistemas.com/indexdatagrid.php" rel="nofollow">http://www.gurusistemas.com/indexdatagrid.php</a></p>
<p>Ahd the best&#8230; is free</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bnovc</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-257854</link>
		<dc:creator>bnovc</dc:creator>
		<pubDate>Sun, 28 Oct 2007 02:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-257854</guid>
		<description>For a similar purpose, you can use http://genericselect.com for larger sets of database driven data.</description>
		<content:encoded><![CDATA[<p>For a similar purpose, you can use <a href="http://genericselect.com" rel="nofollow">http://genericselect.com</a> for larger sets of database driven data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartÃ­n</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-255242</link>
		<dc:creator>MartÃ­n</dc:creator>
		<pubDate>Sun, 09 Sep 2007 09:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-255242</guid>
		<description>Try phaajaxgrid http://freelancesoft.com.ar/phaajaxgrid/ is more simple and easy.

A PHP library by http://freelancesoft.com.ar that allows you to create html tables from a mysql database ( DataGrid ). Supports sorting, paging, inner joins, left joins right joins, where conditions, drop down lists in cells, customization by css, etc.
Published in sourceforge...</description>
		<content:encoded><![CDATA[<p>Try phaajaxgrid <a href="http://freelancesoft.com.ar/phaajaxgrid/" rel="nofollow">http://freelancesoft.com.ar/phaajaxgrid/</a> is more simple and easy.</p>
<p>A PHP library by <a href="http://freelancesoft.com.ar" rel="nofollow">http://freelancesoft.com.ar</a> that allows you to create html tables from a mysql database ( DataGrid ). Supports sorting, paging, inner joins, left joins right joins, where conditions, drop down lists in cells, customization by css, etc.<br />
Published in sourceforge&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-253252</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Fri, 27 Jul 2007 18:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-253252</guid>
		<description>I don&#039;t see what all the craze is for inline-editing in a datagrid.  And his code is a total wreck.  My solution is based on portability and elegant code.  Granted theres a few things here and there that can be cleaned up.  But you&#039;ll spend a few hours getting his solution to work in your framework.  My solution doesn&#039;t lock you into anything but Xajax.  You can use whatever you want for a callback and you&#039;re not spending hours and hours getting this thing to work WITH your code. :)

If you want an UBER-Leet Datagrid, then get yourself knee-deep in the Extended Yahoo! UI framework that Jack Slocum put together-- because that datagrid he has ROCKS...   http://www.jackslocum.com/blog/

Plus, I DO plan on adding extra functionality to my datagrid.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see what all the craze is for inline-editing in a datagrid.  And his code is a total wreck.  My solution is based on portability and elegant code.  Granted theres a few things here and there that can be cleaned up.  But you&#8217;ll spend a few hours getting his solution to work in your framework.  My solution doesn&#8217;t lock you into anything but Xajax.  You can use whatever you want for a callback and you&#8217;re not spending hours and hours getting this thing to work WITH your code. :)</p>
<p>If you want an UBER-Leet Datagrid, then get yourself knee-deep in the Extended Yahoo! UI framework that Jack Slocum put together&#8211; because that datagrid he has ROCKS&#8230;   <a href="http://www.jackslocum.com/blog/" rel="nofollow">http://www.jackslocum.com/blog/</a></p>
<p>Plus, I DO plan on adding extra functionality to my datagrid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tormented by ajax</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-251826</link>
		<dc:creator>tormented by ajax</dc:creator>
		<pubDate>Fri, 22 Jun 2007 04:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-251826</guid>
		<description>forgot to put the link...sorry

http://jvelazqu.glo.org.mx/xajaxGrid/</description>
		<content:encoded><![CDATA[<p>forgot to put the link&#8230;sorry</p>
<p><a href="http://jvelazqu.glo.org.mx/xajaxGrid/" rel="nofollow">http://jvelazqu.glo.org.mx/xajaxGrid/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tormented by ajax</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-251825</link>
		<dc:creator>tormented by ajax</dc:creator>
		<pubDate>Fri, 22 Jun 2007 04:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-251825</guid>
		<description>This guy did a better job. In place editing, sorting, search...however, try do to several grid in several pages...you&#039;ll get bored as hell changing the same piece of code over and over again.

Someone must come up with an on demand grid...choose a table ...wham...a nice grid.</description>
		<content:encoded><![CDATA[<p>This guy did a better job. In place editing, sorting, search&#8230;however, try do to several grid in several pages&#8230;you&#8217;ll get bored as hell changing the same piece of code over and over again.</p>
<p>Someone must come up with an on demand grid&#8230;choose a table &#8230;wham&#8230;a nice grid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asdf913</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-251082</link>
		<dc:creator>asdf913</dc:creator>
		<pubDate>Fri, 01 Jun 2007 13:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-251082</guid>
		<description>i use xajax 0.24
but i cannot use it!?
.i dont know wt happen?</description>
		<content:encoded><![CDATA[<p>i use xajax 0.24<br />
but i cannot use it!?<br />
.i dont know wt happen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chakravarthy</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-250411</link>
		<dc:creator>Chakravarthy</dc:creator>
		<pubDate>Sat, 12 May 2007 05:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-250411</guid>
		<description>How to develop sorting functionality</description>
		<content:encoded><![CDATA[<p>How to develop sorting functionality</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-250346</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Thu, 10 May 2007 13:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-250346</guid>
		<description>@Nick, Oh, I forgot to mention, YUI seems really awesome.  But is also appears to me that YUI is a framework and something I don&#039;t feel like getting &#039;locked into&#039;.  I haven&#039;t really disected YUI, so I can&#039;t comment too much on it.   As far as Dojo?  Dojo is HUGE!  When my HTML is 2k and the javascript is 130k just to draw a simple datagrid?  That&#039;s ridiculous!   Tight, clean, fast code.  

Use FireBug to profile your page load times and just how much data is being sent to the browser.

Maybe I&#039;m too oldskewl back when we had to count our bits and bytes :P</description>
		<content:encoded><![CDATA[<p>@Nick, Oh, I forgot to mention, YUI seems really awesome.  But is also appears to me that YUI is a framework and something I don&#8217;t feel like getting &#8216;locked into&#8217;.  I haven&#8217;t really disected YUI, so I can&#8217;t comment too much on it.   As far as Dojo?  Dojo is HUGE!  When my HTML is 2k and the javascript is 130k just to draw a simple datagrid?  That&#8217;s ridiculous!   Tight, clean, fast code.  </p>
<p>Use FireBug to profile your page load times and just how much data is being sent to the browser.</p>
<p>Maybe I&#8217;m too oldskewl back when we had to count our bits and bytes :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-250345</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 10 May 2007 06:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-250345</guid>
		<description>What are the key differences comparing with YUI or Dojo datagrids?</description>
		<content:encoded><![CDATA[<p>What are the key differences comparing with YUI or Dojo datagrids?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerr Lovy</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-250321</link>
		<dc:creator>Jerr Lovy</dc:creator>
		<pubDate>Wed, 09 May 2007 16:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-250321</guid>
		<description>What I really find most astonishing about this datagrid is that it&#039;s already in Cornflower blue!</description>
		<content:encoded><![CDATA[<p>What I really find most astonishing about this datagrid is that it&#8217;s already in Cornflower blue!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-250320</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 09 May 2007 16:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-250320</guid>
		<description>@Timothy: I am thankful for your efforts with the data grid. I&#039;ve been using an editable data grid since I first saw one on Ajaxian about 2 years ago but never got around to &quot;pimping&quot; it by adding multibrowser support, filtering and all that good stuff.  There are commercial solutions available that offer too many features and therefore create more problems than answers. 

When you&#039;re ready to release a final version, I&#039;ll be more than happy to translate the readme.txt or online documentation into german. ;)</description>
		<content:encoded><![CDATA[<p>@Timothy: I am thankful for your efforts with the data grid. I&#8217;ve been using an editable data grid since I first saw one on Ajaxian about 2 years ago but never got around to &#8220;pimping&#8221; it by adding multibrowser support, filtering and all that good stuff.  There are commercial solutions available that offer too many features and therefore create more problems than answers. </p>
<p>When you&#8217;re ready to release a final version, I&#8217;ll be more than happy to translate the readme.txt or online documentation into german. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-250318</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Wed, 09 May 2007 16:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-250318</guid>
		<description>Yes, there are many live datagrids out there.   The main idea behind this live datagrid is easy of use but most of all, the portability.   The datagrids I&#039;ve come across take a lot of work to implement into projects and if you wish to reuse it in a completely separate project, you have to do all that work again.  The callback function is the meat of this datagrid.  That&#039;s really the only area changes need to be made--- all in one spot-- easy to maintain-- easy to implement.  wham-bam!

I intend on optimizing this code a bit and expanding it more to be a little more glamorous :)  with resizable columns and the ability to edit fields (I actually need this functionality myself).  

Thanks for checking it out!</description>
		<content:encoded><![CDATA[<p>Yes, there are many live datagrids out there.   The main idea behind this live datagrid is easy of use but most of all, the portability.   The datagrids I&#8217;ve come across take a lot of work to implement into projects and if you wish to reuse it in a completely separate project, you have to do all that work again.  The callback function is the meat of this datagrid.  That&#8217;s really the only area changes need to be made&#8212; all in one spot&#8211; easy to maintain&#8211; easy to implement.  wham-bam!</p>
<p>I intend on optimizing this code a bit and expanding it more to be a little more glamorous :)  with resizable columns and the ability to edit fields (I actually need this functionality myself).  </p>
<p>Thanks for checking it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evan108108</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-250317</link>
		<dc:creator>evan108108</dc:creator>
		<pubDate>Wed, 09 May 2007 15:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-250317</guid>
		<description>I love the grid and I would use it in a second but you have got to make the fields editable.</description>
		<content:encoded><![CDATA[<p>I love the grid and I would use it in a second but you have got to make the fields editable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YALD</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-250310</link>
		<dc:creator>YALD</dc:creator>
		<pubDate>Wed, 09 May 2007 15:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-250310</guid>
		<description>Yet Another Live Datagrid</description>
		<content:encoded><![CDATA[<p>Yet Another Live Datagrid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex93053</title>
		<link>http://ajaxian.com/archives/xajax-php-live-datagrid/comment-page-1#comment-250309</link>
		<dc:creator>Alex93053</dc:creator>
		<pubDate>Wed, 09 May 2007 14:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2386#comment-250309</guid>
		<description>If you make the fields editable I would give you a 5 ;)

I like the clean implementation and speed of the table but I need to be able to edit the fields.</description>
		<content:encoded><![CDATA[<p>If you make the fields editable I would give you a 5 ;)</p>
<p>I like the clean implementation and speed of the table but I need to be able to edit the fields.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

