Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
trycold #1
sort in datagrid
Hi,
I have some columns in my datagrid which are date type. I want to sort on
them. What would be the best way to do it.
Based on a article to sort dates I tried converting the date to pseudonumber
on the server side and then try sorting them. The sort works fine but lot of
times in columns instead of date I get NaN/Nan/Nan format. So I was wondering
if there is some other good way of doing it.
Thanks
trycold Guest
-
Sort datagrid
Hello Group, I have a datagrid which needs to be sorted but the column headers should not be clickable on certain conditions( say on the "print... -
Datagrid sort
I have a datagrid that sorts. The sort doesn't seem to execute on my template column. It only works on my bound columns. -
bidirectional sort with datagrid
Can someone show me how to turn this into a bi-directional sort allowing ascending and descending using the default datagrid allowsorting attribute?... -
datagrid won't sort
I have a datagrid that won't sort. The event handler is firing and return label text, just not the sort. Here's my Sub Page_Load and Sub... -
Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB.
Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB. hi, guys i have asp... -
mikemontana@gmail.com #2
Re: sort in datagrid
Why not display the dates in YYYY-MM-DD format, so they are sortable as
plain alpha strings?
You could also implement a local Sorting component (check out the Flex2
samples involving the DataGrid)
mikemontana@gmail.com Guest



Reply With Quote

