That's what I would try.

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ndele_sutton
Sent: Tuesday, August 05, 2008 11:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex 3 DataGrid with frozen first row



alex,

thx for response. i think i am going to try a modified version of
http://blogs.adobe.com/aharui/2008/03/custom_arraycollections_adding.htm
l,
<http://blogs.adobe.com/aharui/2008/03/custom_arraycollections_adding.ht
ml,> 
where i return the summary row when then index is 0. do you see any
problem with this? 

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> You might be able to borrow from this post:
>
http://blogs.adobe.com/aharui/2008/03/custom_ilists_combobox_prompts.htm
<http://blogs.adobe.com/aharui/2008/03/custom_ilists_combobox_prompts.ht
m> 
> l
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of ndele_sutton
> Sent: Tuesday, August 05, 2008 9:31 AM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
> Subject: [flexcoders] Flex 3 DataGrid with frozen first row
> 
> 
> 
> I am trying to display data with a locked and frozen (not subject to
> sorting) first row. This is a summary row and it has to be at the top
> of the grid. I considered using AdvancedDataGrid but the I didn't
> want the expand/collapse icon visible. Hiding the root node did not
> work because it hid the summary as well and setting the summary to the
> first row didn't work either because it was sortable. Also, ADG felt
> slower.
> 
> Anyway, I ran across something about adding ListCollectionView.as to
> my project and modifying it to get the desired behavior. I am
> reluctant to do this because I am not a fan of editing distribution
> source code. Has anyone tackled this problem before? If not, maybe
> someone can suggest a solution that doesn't involve editing
> ListCollectionView.
> 
> thx
>



 

Reply via email to