Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Reproduction:
1. Compile the bugfile formPrint.mxml
2. Add records to the DataGrid and take a print out.
3. Look into the code lot of hacks have to be used to make the pages print.
Actual Results: Pagination cannot be done with ease.
Expected Results: It should be relatively easier for the flex coder to code a PrintDataGrid to make the pagination work when there are more than one pages.
Workaround: Use rows.length to manupulate the pagination - this is not in the AS docs for DataGrid, so I gather that they are internal properties.