Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
ezd_macromedia #1
paginate datagrid
Is there a way to paginate a large (few thousand records) datagrid? Can a datagrid be combined with ViewStack or Tab?
ezd_macromedia Guest
-
Book does not paginate in INCS2
Dear users - I have never seen it in earlier versions but in CS2 making the book does not give me full pleasure. I make three documents. I open a... -
UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
custom usercontrol inside of datagrid - loses its state/viewstate on re-bind/postback of the datagrid
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
Documents won't paginate correctly in book
I'm running InDesign CS 3.0.1 on Windows XP Professional. When I add new documents to a book, the page numbers don't paginate correctly. For example,... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
xiva #2
Re: paginate datagrid
1. You have to write code by yourself to support paging. Hope the following
link can give you some help
[url]http://weblogs.macromedia.com/mchotin/archives/2004/03/large_data_sets.cfm[/url]
And I think if you have only thousand records, and you need most of them, you
may cache these records in client side by local shared object/global variable
instead of cache them in server
2.A datagrid can be combined with ViewStack or Tab. But firstly you have to
put the datagrid in one of the cantainer such as Canvas/Box
xiva Guest



Reply With Quote

