Yes, always check the archives.

 

But this time, see my example on CFLEX.NET.  It is a simple.
Self-contained example of a checkbox renderer.

http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectI
D=559

 

It "cheats" a little by using e4x xml as the dataProvider, so it can
create the "selected" property on the dataProvider on the fly.

 

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ben.clinkinbeard
Sent: Thursday, November 30, 2006 12:02 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Datagrid Scrolling issue

 

You need to override the data method in your itemRenderer. Please
search the archives as this topic has been covered at length in this
group.

HTH,
Ben

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Yasovardhan Babu"
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> I have an issue with datagrid scrolling.
> If one of the column in datagrid is checkbox and if we check all the 
> checkboxes in that column, and scroll the datagrid, some of the 
> checkboxes become unchecked randomnly.
> How to retain the checked/unchecked status on scrolling the datagrid?
> 
> Thanks and Regards,
> Yasovardhan
>

 

Reply via email to