<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.trirand.com/jqgridwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.trirand.com/jqgridwiki/feed.php">
        <title>jqGrid Wiki</title>
        <description></description>
        <link>http://www.trirand.com/jqgridwiki/</link>
        <image rdf:resource="http://www.trirand.com/jqgridwiki/lib/images/favicon.ico" />
       <dc:date>2012-05-09T18:49:37+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options&amp;rev=1336491679&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:import_methods&amp;rev=1333350891&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:first_grid&amp;rev=1330979526&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_it_works&amp;rev=1330545145&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data&amp;rev=1327940566&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options&amp;rev=1327333486&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:search_config&amp;rev=1326453003&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:frozencolumns&amp;rev=1324408922&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.trirand.com/jqgridwiki/lib/images/favicon.ico">
        <title>jqGrid Wiki</title>
        <link>http://www.trirand.com/jqgridwiki/</link>
        <url>http://www.trirand.com/jqgridwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options&amp;rev=1336491679&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-08T18:41:19+03:00</dc:date>
        <dc:creator>Michael Teti</dc:creator>
        <title>wiki:colmodel_options - Fixed typo: CCS to CSS</title>
        <link>http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options&amp;rev=1336491679&amp;do=diff</link>
        <description>ColModel API


The colModel property defines the individual grid columns as an array of properties. This is the most important part of the jqGrid.
Syntax:


jQuery(&quot;#gridid&quot;).jqGrid({
...
   colModel: [ {name:'name1', index:'index1'...}, {...}, ... ],
...
});</description>
    </item>
    <item rdf:about="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:import_methods&amp;rev=1333350891&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-02T10:14:51+03:00</dc:date>
        <dc:creator>Tony Tomov</dc:creator>
        <title>wiki:import_methods</title>
        <link>http://www.trirand.com/jqgridwiki/doku.php?id=wiki:import_methods&amp;rev=1333350891&amp;do=diff</link>
        <description>There are times when it is useful to be able to import or export the entire grid configuration to another file format:


	*  Grids constructed on the server can be reconstructed after sorting or paging, so a different configuration can be quickly used as required
	*  Grids can be constructed visually on the server and then loaded from an xml string
	*  Grid configuration can even be stored in the database as xml and then loaded as required</description>
    </item>
    <item rdf:about="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:first_grid&amp;rev=1330979526&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-05T22:32:06+03:00</dc:date>
        <dc:creator>Wilfred Keats</dc:creator>
        <title>wiki:first_grid</title>
        <link>http://www.trirand.com/jqgridwiki/doku.php?id=wiki:first_grid&amp;rev=1330979526&amp;do=diff</link>
        <description>For this tutorial, and as an example to refer to throughout this documentation, we’re going to create a grid with invoice information.

You need the following three things in order to use jqGrid: 

	*  A database with some sample data,   
	*  A HTML page to show the data, and   
	*  A server-side component to act as an interface between your web page and the database.</description>
    </item>
    <item rdf:about="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_it_works&amp;rev=1330545145&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-29T21:52:25+03:00</dc:date>
        <dc:creator>Wilfred Keats</dc:creator>
        <title>wiki:how_it_works</title>
        <link>http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_it_works&amp;rev=1330545145&amp;do=diff</link>
        <description>How it Works


Understanding how jqGrid works will help you get up to speed with the full capabilities of the plugin.
The first thing to understand is that there are two aspects to working with tabular data:


	*  Client-side representation, and
	*  Server-side manipulation</description>
    </item>
    <item rdf:about="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data&amp;rev=1327940566&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-30T18:22:46+03:00</dc:date>
        <dc:creator>Tony Tomov</dc:creator>
        <title>wiki:retrieving_data</title>
        <link>http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data&amp;rev=1327940566&amp;do=diff</link>
        <description>Data Manipulation


With the first release of jqGrid, the only possible way to obtain data was via XML as described in the tutorial above. Later, many people requested the ability to obtain data via JSON, then with an array and finally with 'real' names. After lot of work and with the help of the community we now have a wide range of methods for obtaining data.</description>
    </item>
    <item rdf:about="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options&amp;rev=1327333486&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-23T17:44:46+03:00</dc:date>
        <dc:creator>Michael</dc:creator>
        <title>wiki:options - hopefully better expressed :)</title>
        <link>http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options&amp;rev=1327333486&amp;do=diff</link>
        <description>The setup and configuration of jqGrid are controlled by setting options for the grid. Examples of configuration settings include: what should be the height and width of the grid or what type of data should be in each column.

The options are set in the grid options array, and many of the options are set in name: value pairs, separated by commas. The array is given as an argument to the declaration of the jqGrid object.</description>
    </item>
    <item rdf:about="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:search_config&amp;rev=1326453003&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-13T13:10:03+03:00</dc:date>
        <dc:creator>Tony Tomov</dc:creator>
        <title>wiki:search_config</title>
        <link>http://www.trirand.com/jqgridwiki/doku.php?id=wiki:search_config&amp;rev=1326453003&amp;do=diff</link>
        <description>The columns in the grid can be used as the basis for a search form to appear above, below, or in place of, the grid. Searching is a way of querying data from the server using specified criteria.
Currently we do not have module for searching on local data i.e when a datatype options is set to local. All the searching is done server side.</description>
    </item>
    <item rdf:about="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:frozencolumns&amp;rev=1324408922&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-20T21:22:02+03:00</dc:date>
        <dc:creator>Tony Tomov</dc:creator>
        <title>wiki:frozencolumns</title>
        <link>http://www.trirand.com/jqgridwiki/doku.php?id=wiki:frozencolumns&amp;rev=1324408922&amp;do=diff</link>
        <description>It is quit easy for developers to make some columns frozen/locked within jqGrid. The locked columns do not scroll out of view when users moving horizontally across the grid. This is quite useful when you dealing with wide table with some fields should be visible permanently.</description>
    </item>
</rdf:RDF>

