No it's part of FDS2. Here is the link to the doc: http://livedocs.macromedia.com/flex/201/html/wwhelp/wwhimpl/js/html/wwhe lp.htm?href=Part2_DevApps_048_1.html Regards, Olivier
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of sanjaypmg Sent: Thursday, January 11, 2007 11:39 AM To: [email protected] Subject: [flexcoders] Re: Paging with DataGrid?? Hi Stembert, Thanks for responding... Please let me know, Flex Data Management Services are available in FDS2 or is it required to install/deploy it seperately? Thanks, Sanjay --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Stembert Olivier \(BIL\)" <[EMAIL PROTECTED]> wrote: > > Sanjay, > > If you are using Data Management Services, you can specify the paging > option on the network node. > > <destination id="accountDSDestination"> > > > > > > ... > > <properties> > > ... > > <network> > > <session-timeout>20</session-timeout> > > <paging enabled="true" pageSize="100" /> > > <throttle-inbound policy="ERROR" max-frequency="500"/> > > <throttle-outbound policy="REPLACE" max-frequency="500"/> > > </network> > > > > </properties> > > </destination> > > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of sanjaypmg > Sent: Thursday, January 11, 2007 10:22 AM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Paging with DataGrid?? > > > > Hi, > > Is there any way to put paging on datagrid? > > Please let me know, if there is something like dis in flex or the way > to do it in flex. > > Regards, > Sanjay sharma > > > > > > --------------------- > > An electronic message is not binding on its sender. > > Any message referring to a binding engagement must be confirmed in > writing and duly signed. > > --------------------- > > > > > --------------------- > An electronic message is not binding on its sender. > Any message referring to a binding engagement must be confirmed in writing and duly signed. > --------------------- > --------------------- An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. --------------------- --------------------- An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. ---------------------

