all groups > flash data integration > december 2004 >
You're in the

flash data integration

group:

DataGrid sort...



DataGrid sort... Methark
12/19/2004 6:49:21 PM
flash data integration: Hi,

I?ve made and dataGrid interaction that works perfect, BUT, this grid got an
column with numbers that represent the array number (0,1,2,3,4,5,6,etc).
The problem is: When the aplication starts, the colunms looks like this:

1
10
11
12
13
14
15
16
17
18
19
2
20
21
3
4
5
6

Did someone please know how to fix this? What can i do to sort the columns in
a way to create a number sequence?

Thanks!
Re: DataGrid sort... Methark
12/19/2004 7:07:47 PM
Hi guys, i?ve found the answer:

MyGrid.sortItemsBy("Label", Array.NUMERIC | Array.DESCENDING);

now the numbers are like this:

22
21
20
19....
9
8
7
6
5
4
3
2
1
AddThis Social Bookmark Button