[flexcoders] datagrid filter

2008-12-08 Thread coder3
Is there a sample to do multiple filtering? for example, i have a datagrid , i want to filter the year, 2006, 2007, 2008, 2009. if i select 2006, 2008, the datagrid shows the list for 2006 and 2008, i unselect 2006 and select 2009, the datagrid shows 2008 and 2009, thanks! -- View this

[flexcoders] dataGrid Filter

2008-01-21 Thread Arleston Lueders
Hi Folks, Im trying to make a filter in my dataGrid using XML via HTTPService, but not success. My XML is something like this: realstates realstate mls123/mls classLOTS/LAND/class typeResidential/type asking_price

RE: [flexcoders] dataGrid Filter

2008-01-21 Thread Tracy Spratt
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Arleston Lueders Sent: Monday, January 21, 2008 4:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] dataGrid Filter Hi Folks, Im trying to make a filter in my dataGrid using XML via HTTPService, but not success. My XML is something

Re: [flexcoders] datagrid filter

2006-03-06 Thread Manish Jethani
On 3/5/06, Vadim Melnik [EMAIL PROTECTED] wrote: It's temporary uploaded to http://www.docsultant.com/temp/filtdp.zip , and will be removed with time... Thanks, Vadim! Now I've saved it. Manish -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] datagrid filter

2006-03-05 Thread Vadim Melnik
: Manish Jethani To: flexcoders@yahoogroups.com Sent: Friday, March 03, 2006 9:20 PM Subject: Re: [flexcoders] datagrid filter On 3/3/06, deepu_verma [EMAIL PROTECTED] wrote: How can I filter data from a datagrid? Is there a function to filter data for the data provider? Flex 2.0? http

[flexcoders] datagrid filter

2006-03-03 Thread deepu_verma
How can I filter data from a datagrid? Is there a function to filter data for the data provider? (I was able to find a Dataset component for Flash which has the capability to filter the data.) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] datagrid filter

2006-03-03 Thread jeremy lu
if you are using flex 2, ArrayCollection has a filter property which is handyOn 3/3/06, deepu_verma [EMAIL PROTECTED] wrote:How can I filter data from a datagrid?Is there a function to filter data for the data provider? (I was able to find a Dataset component for Flash which has thecapability

Re: [flexcoders] datagrid filter

2006-03-03 Thread Manish Jethani
On 3/3/06, deepu_verma [EMAIL PROTECTED] wrote: How can I filter data from a datagrid? Is there a function to filter data for the data provider? Flex 2.0? http://mannu.livejournal.com/324821.html For Flex 1.5, I had written a FilteredDataProvider class that I've lost the source to. Maybe