[flexcoders] Re: programatically deselect cells in an AdvancedDataGrid (bump)

2007-12-08 Thread superabe superabe
On Dec 7, 2007 5:59 AM, superabe superabe <[EMAIL PROTECTED]> wrote: > Anybody know how to programmatically deselect cells, in an > AdvancedDataGrids (Flex 3 Beta2). ? > > I can successfully use the "selectedCells" property of the ADG, with > "selectionMode" set to "multipleCells" to select cells

[flexcoders] Re: programatically deselect cells in an AdvancedDataGrid (bump)

2007-12-08 Thread David Spurr
In the standard datagrid (so I assume it's not different for the AdvancedDataGrid as I haven't played with it yet,) you just need to set the selected indices to an empty array. To all select all and select none as a global feature in our app I simply made a DataGridUtil class with static method

[flexcoders] Re: programatically deselect cells in an AdvancedDataGrid (bump)

2007-12-10 Thread sreeni_r
g and post the bug number > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of superabe superabe > Sent: Sunday, December 09, 2007 3:01 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Re: programatically deselect cells in an

Re: [flexcoders] Re: programatically deselect cells in an AdvancedDataGrid (bump)

2007-12-09 Thread superabe superabe
Thats what I had hoped would happen too, unfortunately thats not the case with the ADG. Setting selectedIndices to an empty array seems to have no effect on the ADG. It looks like a bug at this point. -superabe On Dec 8, 2007 4:49 PM, David Spurr <[EMAIL PROTECTED]> wrote: >In the standard d

RE: [flexcoders] Re: programatically deselect cells in an AdvancedDataGrid (bump)

2007-12-09 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: programatically deselect cells in an AdvancedDataGrid (bump) Thats what I had hoped would happen too, unfortunately thats not the case with the ADG. Setting selectedIndices to an empty array seems to have no effect on the ADG. It looks