Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vodius

    Flash MX DataGrid Custom Sorting

    Solved it myself... For those who is interested: after sorting is done,remove that first column and add another column, then add digits from 1 to whatever using loop and setCellData. Here is code: ================== dp = new Array(); var myColumn = new FGridColumn("Order"); fruitAr =...
  2. vodius

    Flash MX DataGrid Custom Sorting

    I'm trying to create datagrid, from XML and then number each record. But I also need to sort that Datagrid. E.g. I have: | ID| FRUIT | COLOR | ===================================== | 1 | Apple | Green,Red,Yellow | | 2 | Pear | Green,Yellow | | 3 | Strawberry | Red...

Part and Inventory Search

Back
Top