Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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,...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139