[
https://issues.apache.org/jira/browse/FLEX-35224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797942#comment-15797942
]
Pan Li commented on FLEX-35224:
-------------------------------
Hi Peter as I reported earlier there is no obvious place to add extra buttons
to datagrid, if I insert controls in some beads, the UI will be disordered
(Since DataGridLayout doesn't know existence of new controls).
I think I have a somewhat workaround (or hack): I add controls to
DataGridLayout, it works to me.
now we have paging datagrid using these beads:
1 PagingDataGridModel
2 PagingDataItemRendererFactoryForArrayData
3 PagingDataGridLayout/PagingDataGridPercentageLayout
#1 and #2 can be replaced extending ArrayList
#3 can be removed if the controls don't need to be inside DataGrid (thus the
user of PagingDataGrid is required to add them to his code)
My question is: is there better place to add extra controls to DataGrid
> DataGrid doesn't support paging on large data set
> -------------------------------------------------
>
> Key: FLEX-35224
> URL: https://issues.apache.org/jira/browse/FLEX-35224
> Project: Apache Flex
> Issue Type: Improvement
> Reporter: Pan Li
> Priority: Minor
> Attachments: screenshot-1.png, src.zip
>
>
> expected:
> Gird should support paging if data collection is large
> !screenshot-1.png!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)