[ 
https://issues.apache.org/jira/browse/FLEX-35224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15808556#comment-15808556
 ] 

Pan Li commented on FLEX-35224:
-------------------------------

Peter, thanks for your answer, I think it is make more clear for me now.
I still have some minor question needs your input:
1 I talked about creating DataGrid as well because I would like to add an extra 
property pageSize to it, something like
<js:Datagrid width="500" length="500" pageSize="10"/>
I read the code it seems that the only place to add the property is DataGrid, 
did you mean there is some way to add extra property without a new DataGrid?

2 Yes I understood the paging button will refresh the whole grid and it is not 
desirable. But since we also need to refresh the grid before our implementation 
of databinding is finished, I thought it is fine for now.
I didn't figure out what class to use to avoid refreshing the full DataGrid, 
did you mean it is about DataGroup, Item renders or both of them?

> 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: FilesOfPagingDataGridUsingBeads.zip, 
> PagingDataGridAsBeads.patch, TestPagingDataUsingBeads.zip, 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)

Reply via email to