yes. i think that's the case.

thanks




Alex Harui wrote:
> 
> In certain cases, resetting the DP can reset the columns.
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of coder3
> Sent: Thursday, February 21, 2008 10:34 AM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] how does mx:DataGrid state work?
> 
>  
> 
> 
> no. i am not doing anything to the columns. just want it to use the new
> data.. 
> 
> but seems like it automatically resets the columns to all.
> 
> -c
> 
> Alex Harui wrote:
>> 
>> If you refresh, are you resetting the set of columns?
>> 
>> 
>> 
>> ________________________________
>> 
>> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> ] On
>> Behalf Of coder3
>> Sent: Wednesday, February 20, 2008 11:26 AM
>> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
>> Subject: [flexcoders] how does mx:DataGrid state work?
>> 
>> 
>> 
>> 
>> Hi All,
>> 
>> I am trying to use "state" to change to column fields of mx:DataGrid.
>> 
>> for example, if it's state1, i show column1, column3 only. if it's
>> state2, i
>> show column2, column3 only.
>> 
>> so i made it this way:
>> 
>> <mx:states> 
>> <mx:State name="state1" basedOn="">
>> <mx:SetProperty target="{column2}" name="visible" value="false" />
>> </mx:State>
>> <mx:State name="state2" basedOn="">
>> <mx:SetProperty target="{column1}" name="visible" value="false" />
>> </mx:State>
>> </mx:states> 
>> 
>> it works fine right after i change the state. but if i refresh the
>> table,
>> even it's still in the same state, all the columns will show. 
>> 
>> did i do it wrong? what's the right approach?
>> 
>> thanks!!
>> 
>> c.
>> -- 
>> View this message in context:
>>
> http://www.nabble.com/how-does-mx%3ADataGrid-state-work--tp15596181p1559
> <http://www.nabble.com/how-does-mx%3ADataGrid-state-work--tp15596181p155
> 9> 
>> 6181.html
>>
> <http://www.nabble.com/how-does-mx%3ADataGrid-state-work--tp15596181p155
> <http://www.nabble.com/how-does-mx%3ADataGrid-state-work--tp15596181p155
>> 
>> 96181.html> 
>> Sent from the FlexCoders mailing list archive at Nabble.com.
>> 
>> 
>> 
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/how-does-mx%3ADataGrid-state-work--tp15596181p1561
> 7934.html
> <http://www.nabble.com/how-does-mx%3ADataGrid-state-work--tp15596181p156
> 17934.html> 
> Sent from the FlexCoders mailing list archive at Nabble.com.
> 
>  
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-does-mx%3ADataGrid-state-work--tp15596181p15628582.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to