From issues-return-11366-apmail-flex-issues-archive=flex.apache.org@flex.apache.org Wed Dec 14 22:12:59 2016 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 A9CB219BB5 for ; Wed, 14 Dec 2016 22:12:59 +0000 (UTC) Received: (qmail 31255 invoked by uid 500); 14 Dec 2016 22:12:59 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 31212 invoked by uid 500); 14 Dec 2016 22:12:59 -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 31189 invoked by uid 99); 14 Dec 2016 22:12:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2016 22:12:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 72C612C03DD for ; Wed, 14 Dec 2016 22:12:59 +0000 (UTC) Date: Wed, 14 Dec 2016 22:12:59 +0000 (UTC) From: "Peter Ent (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-35212) [FlexJS] DataGrid requires a way to select it's row(s) automatically 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-35212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ent resolved FLEX-35212. ------------------------------ Resolution: Fixed Fix Version/s: Apache FlexJS 0.8.0 Enabled single row selection by adding setter to DataGrid for the selectedIndex property. This triggers setting of the selectedIndex in all of the column-list elements. Selecting multiple rows should be done with a custom bead or adding a new bead to the FlexJS bead collection. > [FlexJS] DataGrid requires a way to select it's row(s) automatically > -------------------------------------------------------------------- > > Key: FLEX-35212 > URL: https://issues.apache.org/jira/browse/FLEX-35212 > Project: Apache Flex > Issue Type: Improvement > Affects Versions: Apache FlexJS 0.8.0 > Reporter: Santanu Karar > Assignee: Peter Ent > Fix For: Apache FlexJS 0.8.0 > > > At present {{DataGrid.selectedIndex}} is a read-only property. We probably need a way to select one or multiple rows at runtime to DataGrid. -- This message was sent by Atlassian JIRA (v6.3.4#6332)