Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Graff|ti #1
Sorting in the DataGrid
It's like this: a column in a DataGrid(u know, the component) receives several
numbers from an XML,one for each cell, numbers from 0 to 11. Each nr stands for
a MONTH in the YEAR.
1)How can I make it so that in the column, it's not numbers that appear, but
the actual names of the months?
Note: Can I do this WITHOUT changing the XML from containing numbers
to containing names of months?(The XML sends data to an XMLConnector, which is
binded to a DataSet component, which is then binded to the DataGrid (At least
that's how the help files teach us :P)
2)If I did have strings, not numbers, in the column, could I make it so that
when I sort the column, the strings are sorted in their calendar order(January
cells first, then February cells etc.)
Graff|ti Guest
-
Datagrid sorting
I have read most messages in regard with this topic, and have tried every measure suggested. I'm still haveing problem to get it to work.... -
DataGrid Not Sorting
My web datagrid isn't sorting at all. I have it wired up to a handler, and I know the handler is working (being called), but no sorting. The page... -
sorting a datagrid
In asp.net I have created a datagrid which it data source is determined at runtime. How can add the auto sort functionality to this datagrid? In... -
Sorting in a DataGrid with no headings
I have got a scrollable datagrid within a Div tag and a fixed header created using an HTML table. I would like to be able to sort the datagrid by... -
sorting and datagrid and underline
how to eliminate underline from sorting headers on a datagrid. I modified <A> in the style sheet. Is there any other way to accomplish this in...



Reply With Quote

