> I am working on a version of adding generic sorting on my class that
> extends DataGrid. The "placeSortArrow" method of DataGrid is marked
> as protected, so I can call the method, but the arrow will never show
> up because sortIndex has to be set and is marked private. In
> addition, I can't set some of the other needed variables (i.e.
> sortDirection on the dataGrid).
For the sort arrow to show up, you have to actually sort the
collection. See the updateSortIndexAndDirection method in DataGrid.as
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
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.

