<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flexmaniak.pl &#187; service</title>
	<atom:link href="http://blog.flexmaniak.pl/tag/service/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.flexmaniak.pl</link>
	<description>Flex, Papervision3D, PHP, Symfony</description>
	<lastBuildDate>Sun, 02 Oct 2011 08:36:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Pagination + DataGrid + Service = PaginatedDataGrid v0.1 [english]</title>
		<link>http://blog.flexmaniak.pl/flex-and-php/pagination-datagrid-service-paginateddatagrid-v0-1-english</link>
		<comments>http://blog.flexmaniak.pl/flex-and-php/pagination-datagrid-service-paginateddatagrid-v0-1-english#comments</comments>
		<pubDate>Fri, 19 Feb 2010 17:57:30 +0000</pubDate>
		<dc:creator>damian</dc:creator>
				<category><![CDATA[Flex and PHP]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[Flex Halo]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://blog.flexmaniak.pl/?p=357</guid>
		<description><![CDATA[Lately I was building an backend (admin-side) application in Flex. Most of the data was presented in data grids. However, when working with services (PHP in my case) it is risky to load all data  to the DataGrid. It may lead to an application crash, ie. when we work on 1000&#8242;s of items. Therefore I [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I was building an backend (admin-side) application in Flex. Most of the data was presented in data grids.</p>
<p>However, when working with services (PHP in my case) it is risky to load all data  to the DataGrid. It may lead to an application crash, ie. when we work on 1000&#8242;s of items.</p>
<p>Therefore I decided to create the component that handles pagination itself &#8211; it is similar to ExtJS&#8217; data grid (however much simpler :) ).</p>
<p><span id="more-357"></span></p>
<p>The example is below&#8230; (You can view source by right-clicking on application)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blog.flexmaniak.pl/examples/paginatedDataGrid/paginatedDatagrid.swf" /><embed type="application/x-shockwave-flash" width="100%" height="200" src="http://blog.flexmaniak.pl/examples/paginatedDataGrid/paginatedDatagrid.swf"></embed></object></p>
<p>This components dispatches 2 events (for now):</p>
<ul>
<li>when page is changes</li>
<li>when data is sorted</li>
</ul>
<p>I also added DATA_FILTER event, but I do not have idea how to include the filtration form in the component GUI.</p>
<p>To download source click <a href="http://blog.flexmaniak.pl/examples/paginatedDataGrid/srcview/paginatedDatagrid.zip">here</a>.</p>
<p>Any comments would be welcomed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexmaniak.pl/flex-and-php/pagination-datagrid-service-paginateddatagrid-v0-1-english/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

