Here an example of the advancedDataGrid. I’m using a groupingcollection to get all the data from one searchengine in one group
This movie requires Flash Player 9
One problem that I encounter in the advancedDataGrid is sorting a column on application start. I try to sort the “number of visits” field and it is working for the known visit data the sort is working but for the calculated total visits of the groups it isn’t working. If someone knows the solution please let me know
did you ever find the solution to this problem, i too am experiencing the same pain. Please email and let me know if you did or have any suggestions, thanks much
No sorry I didn’t find the solution. I added a field to the xml that contains the position of the group. So every item gets a “groupposition” field. You can program this server side but it gives more server overhead.
did you find a solution for this? If so please share.
check out:
http://flexr.wordpress.com/2009/12/15/sorting-an-advanced-datagrid-with-grouping-collection/
or
http://cookbooks.adobe.com/post_How_to_sort_items_within_group_in_AdvancedDataGrid-13047.html