Hi robs,
I’ve done something
like that.
Var myCheckBoxColumn:String
= “select”;
var numRows:Number =
userGrid.dataProvider.length;
for(var i:Number = 0; i< numRows; i++){
userGrid.editField(i,myCheckBoxColumn,true);
}
I hope you can use it
-martin
From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robs
Sent: 10. februar 2006 10:33
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Select all
functionality in datagrid
Hi all,
I have a datagrid with 2 columns of which
the first one has
a "checkbox" as the cell renderer. The
checkbox is inside a separate
component. I have used the same component as the
headerRenderer too.
Can anyone help me out in implementing the "Select
all" feature found
in most mail clients?
Thanks in advance.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|