Re: [flexcoders] Re: Filtering data in Flex

2005-10-03 Thread Rich Tretola
Is there a method that needs to be added to allow for selecting an item of the grid ? As it is now, the grid items are not selectable (even when the grid is specifically set to selectable="true"). Rich On 5/5/05, Manish Jethani <[EMAIL PROTECTED]> wrote: > On 5/6/05, Lehman, Jason <[EMAIL PROTEC

Re: [flexcoders] Re: Filtering data in Flex

2005-05-06 Thread Ketan Bengali
Thanks once again Manish. Used your Filter class. This is what I required. Thanks a ton again. Regards, Ketan Bengali > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to:

Re: [flexcoders] Re: Filtering data in Flex

2005-05-05 Thread Manish Jethani
On 5/6/05, Lehman, Jason <[EMAIL PROTECTED]> wrote: > I downloaded your source and added 5 records to the xml. It repeats the > data from the datagrid when you scroll rather than picking up new data > from the source. it turns out there's a bug. FilteredDataProvider must also implement the getIt

RE: [flexcoders] Re: Filtering data in Flex

2005-05-05 Thread Lehman, Jason
> On 5/6/05, Lehman, Jason <[EMAIL PROTECTED]> wrote: > > > I attempted to use the FilteredDataProvider that you've implemented, > > however, when the datagrid consists of more data rows than the rowcount > > defined it starts to repeat data from the beginning when scrolling. Any > > suggestions?

Re: [flexcoders] Re: Filtering data in Flex

2005-05-05 Thread Manish Jethani
On 5/6/05, Lehman, Jason <[EMAIL PROTECTED]> wrote: > I attempted to use the FilteredDataProvider that you've implemented, > however, when the datagrid consists of more data rows than the rowcount > defined it starts to repeat data from the beginning when scrolling. Any > suggestions? If your Fi

RE: [flexcoders] Re: Filtering data in Flex

2005-05-05 Thread Lehman, Jason
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Alistair McLeod > Sent: Thursday, May 05, 2005 8:22 AM > To: flexcoders@yahoogroups.com > Subject: RE: [flexcoders] Re: Filtering data in Flex > > Hi Ketan, > > As Steven said, you should create a Filte

[flexcoders] Re: Filtering data in Flex

2005-05-05 Thread Daniel Harfleet
the e-mail. Please ensure your own checks are carried out > before any attachments are opened. > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:flexcod [EMAIL PROTECTED] On > Behalf Of Ketan Bengali > Sent: 05 May 2005 13:12 > To: flexcoders@yahoogroups.

RE: [flexcoders] Re: Filtering data in Flex

2005-05-05 Thread Alistair McLeod
EMAIL PROTECTED] On Behalf Of Ketan Bengali Sent: 05 May 2005 13:12 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Filtering data in Flex Setting the height/width to 0 doesn't make any difference. We wont to delete the items not satisfying the filter criteria. In other words

Re: [flexcoders] Re: Filtering data in Flex

2005-05-05 Thread Ketan Bengali
Setting the height/width to 0 doesn't make any difference. We wont to delete the items not satisfying the filter criteria. In other words update the TileList component with the data. Regards, Ketan Bengali joao_m_fernandes wrote: >Ketan, > >Did you try to set Height and Width to 0? >For t

[flexcoders] Re: Filtering data in Flex

2005-05-05 Thread joao_m_fernandes
Ketan, Did you try to set Height and Width to 0? For the datagrid it should be easy, setting a new dg dataProvider with only the new Items. João Fernandes --- In flexcoders@yahoogroups.com, Ketan Bengali <[EMAIL PROTECTED]> wrote: > Yes, we did had a look at FlexStore before posting this query