Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48C831767B for ; Wed, 8 Oct 2014 13:20:36 +0000 (UTC) Received: (qmail 58873 invoked by uid 500); 8 Oct 2014 13:20:35 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 58703 invoked by uid 500); 8 Oct 2014 13:20:35 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 58557 invoked by uid 99); 8 Oct 2014 13:20:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2014 13:20:35 +0000 Date: Wed, 8 Oct 2014 13:20:35 +0000 (UTC) From: "Peter Rieks (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-34588) Sorting a column in datagrid is very slow re: FLEX-18786 - is patch available for Flex SDK 3.2? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-34588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Rieks updated FLEX-34588: ------------------------------- Summary: Sorting a column in datagrid is very slow re: FLEX-18786 - is patch available for Flex SDK 3.2? (was: sorting a column in datagrid is very slow re: FLEX-18786 - is patch available for Flex SDK 3.2?) > Sorting a column in datagrid is very slow re: FLEX-18786 - is patch available for Flex SDK 3.2? > ----------------------------------------------------------------------------------------------- > > Key: FLEX-34588 > URL: https://issues.apache.org/jira/browse/FLEX-34588 > Project: Apache Flex > Issue Type: Question > Components: Advanced Data Grid, mx: DataGrid > Affects Versions: Adobe Flex SDK 3.2 (Release) > Environment: Windows XP/7 > Language: English > Reporter: Peter Rieks > Fix For: Adobe Flex SDK 3.2 (Release) > > > When we click on header to sort the data, below lines of code is responsible for sorting and refreshing the datagrid and its taking more time than expected. > Code snippet from Flex 3 Summary Dashboard > > (datagrid.dataProvider as ICollectionView).sort = sortColumn; > (datagrid.dataProvider as ICollectionView).refresh(); > > Please note: It has been observed that its taking longer time to sort the Text fields than Numeric fields. > We believe this issue has already been solved, but only in Flex 4 - as per this > https://issues.apache.org/jira/browse/FLEX-18786 > Is a patch available that can be used with Flex SDK 3.2? -- This message was sent by Atlassian JIRA (v6.3.4#6332)