Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3C109200B95 for ; Tue, 13 Sep 2016 07:54:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3AAC3160AC8; Tue, 13 Sep 2016 05:54:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 80D59160AB8 for ; Tue, 13 Sep 2016 07:54:47 +0200 (CEST) Received: (qmail 15489 invoked by uid 500); 13 Sep 2016 05:54:41 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 15474 invoked by uid 99); 13 Sep 2016 05:54:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2016 05:54:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id E3B2CC09ED for ; Tue, 13 Sep 2016 05:54:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id q78U1WX_1iGN for ; Tue, 13 Sep 2016 05:54:38 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 315885F230 for ; Tue, 13 Sep 2016 05:54:38 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 8F2E64DDF50AB for ; Mon, 12 Sep 2016 22:54:35 -0700 (MST) Date: Mon, 12 Sep 2016 22:50:51 -0700 (PDT) From: npem To: users@flex.apache.org Message-ID: <1473745851516-13537.post@n4.nabble.com> Subject: Spark DataGrid editable problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 13 Sep 2016 05:54:48 -0000 Hi, I have a VERY basic DataGrid as shown below. All OK when I use the emulator (using intelliJ on a Mac) When I run this on an iPad or an Android Phone, I cannot edit the 2nd column at all I can only edit row1, column1 Anyone with any thoughts on what's happening and how I can fix this would be very appreciated? Note: That I have a more complex project and would like the user to be able to edit and enter data in a DataGrid, but I have the problem outlined in this simple example:-( Phil. ====================== I am running: Flex: 4.15.0 AIR: 20.0.0.233 Android is running 5.0.2 ===================== * * -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Spark-DataGrid-editable-problem-tp13537.html Sent from the Apache Flex Users mailing list archive at Nabble.com.