<mx:columns>
<mx:Array>
<mx:DataGridColumn sortable="false" resizable="false" width="24" columnName="impact_level" cellRenderer="{SeverityCellRenderer}" headerText=""/>
<mx:DataGridColumn sortOnHeaderRelease="false" width="120" columnName="createdTimeStamp" headerText="Created" labelFunction="changeCreatedFormatter"/>
</mx:Array>
</mx:columns>
</mx:DataGrid>
view.RFCViewer.sortDirection = "ASC";
view.RFCViewer.sortItemsBy("createdTimeStamp", "ASC")
view.RFCViewer.placeSortArrow();
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz
Sent: Tuesday, July 05, 2005 22:52
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Sort arrows in DataGrid
We might suggest some changes to your code. It is hard to predict what is going wrong in your code, without looking at it.
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shlomi Cohen
Sent: Wednesday, July 06, 2005 12:22 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Sort arrows in DataGrid
From: Dirk Eismann [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann
Sent: Monday, July 04, 2005 14:06
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Sort arrows in DataGrid
Von: flexcoders@yahoogroups.com im Auftrag von Abdul Qabiz
Gesendet: Mo 04.07.2005 12:50
An: flexcoders@yahoogroups.com
Betreff: RE: [flexcoders] Sort arrows in DataGrid
sortDirection was already discussed in flexcoders and I
searched
archives and pasted the same code :)
I don't even look at
docs, I read Dirk suggestions couple of days back.
Agreed, it is not
documented.
Now I also search archives before answering, if I find an
answer there I
refer the
same...
:)
-abdul
-----Original Message-----
From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On
Behalf Of Manish Jethani
Sent: Monday, July 04, 2005 4:17 PM
To:
flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Sort arrows in
DataGrid
On 7/4/05, Sean McKibben <[EMAIL PROTECTED]>
wrote:
> Maybe these things belong in the documentation? Maybe in the
FAQ?
Huh, what are those? :)
Okay, I think he forgot to mention
that some of the properties he was
recommending are indeed "undocumented"
(they are private to those
classes).
> Note: a search for
"sortArrow" at the site you provided yielded no
results
> (then again
if I knew there was a property called sortArrow, I
wouldn't have
>
needed to ask the question).
It's there in the API docs.
[1]
[1]:
http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/DataGrid.ht
ml#sortArrow
sortDirection
is an internal variable the DataGrid uses to keep track
of which way to
sort. It's not a part of the public API.
--
Flexcoders
Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search
Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo!
Groups Links
--
Flexcoders Mailing
List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
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:
[EMAIL PROTECTED]
<*> Your use of Yahoo!
Groups is subject to:
http://docs.yahoo.com/info/terms/
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
---- LSpots keywords ?>---- HM ADS ?>
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
---- LSpots keywords ?>---- HM ADS ?>
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
---- LSpots keywords ?> ---- HM ADS ?>
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.