Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0A5518183 for ; Fri, 30 Oct 2015 07:26:15 +0000 (UTC) Received: (qmail 83321 invoked by uid 500); 30 Oct 2015 07:26:15 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 83291 invoked by uid 500); 30 Oct 2015 07:26:15 -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 83279 invoked by uid 99); 30 Oct 2015 07:26:15 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2015 07:26:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BCFACC62B2 for ; Fri, 30 Oct 2015 07:26:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=googlemail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id QjXDEJCrsF_R for ; Fri, 30 Oct 2015 07:26:05 +0000 (UTC) Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id CC3CD439C5 for ; Fri, 30 Oct 2015 07:26:04 +0000 (UTC) Received: by wicfv8 with SMTP id fv8so4713077wic.0 for ; Fri, 30 Oct 2015 00:26:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=subject:references:from:content-type:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=R4gR/zw0xot885HsDMJ9fbXW9Js3qxbb7qF/PI2Tu+M=; b=0LX4K3l1ZV3KTm6TaZ0mzAUBMUAO73HU/CR/TW4qa3Sc4Y+fusqr3M9IhwRJ1i0N7D yOIEGe/fnQ1RO8YbUfvwrgwll/gSxdtjmhtl7expSCnFxnWDM+27LOTcKW3MspPzfPYx 5aKzCSw7iajlwtdZ1SCeSJ7/disNVHCRRN7cQRhffQwHzS0vSpKLqIKDZzPOEVZiMArE Bltz425ZNOnUw5DdjmZJGuLQXS9bOdkJFT2ZdSKLeMZEGtHJq4X4TpcxcsyNHvpTVr09 rRSvNC7ct3+SYmbe0liMxZkVu20kVTyvP8BfxrK8aOq7ojEd+P5kubSP3rWPP5ISnDdL 4HKA== X-Received: by 10.194.7.97 with SMTP id i1mr7563936wja.87.1446189964059; Fri, 30 Oct 2015 00:26:04 -0700 (PDT) Received: from [192.168.2.12] (pD954D895.dip0.t-ipconnect.de. [217.84.216.149]) by smtp.gmail.com with ESMTPSA id m143sm1456902wmb.1.2015.10.30.00.26.03 for (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Oct 2015 00:26:03 -0700 (PDT) Subject: Re: prevent selection of row in DataGrid when checkbox itemrenderer is clicked References: <008a01d11275$e7cd2570$b7677050$@crmantra.com> <563311F2.1040607@dahmenia.de> From: Marcus Fritze Content-Type: text/plain; charset=us-ascii X-Mailer: iPad Mail (13B143) In-Reply-To: <563311F2.1040607@dahmenia.de> Message-Id: <618D76E8-CE94-4620-AAD8-E318639BA159@googlemail.com> Date: Fri, 30 Oct 2015 08:26:03 +0100 To: users@flex.apache.org Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) In the itemrenderer of the datagrid set autodrawbackground="false" Marcus Fritze > Am 30.10.2015 um 07:45 schrieb Frank Dahmen : > > I have a datagrid with selectable rows > ( selectionChange="gridSelectionChangeHandler(event)" ) > one column has a checkbox itemrenderer > how can I prevent the selection when I click the checkbox? > > Thanks >