a workaround is to 'page' your source dataprovider instead taking only N number of elements at a time and passing it as the datagrid's dataprovider. If your source dataprovider is an array, you can use the slice method and set the result as the datagrid's data provider.
--- sanjaypmg <[EMAIL PROTECTED]> wrote: > 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 > > ____________________________________________________________________________________ Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. http://voice.yahoo.com

