PDA

View Full Version : prevent Chart sort when datagrid is sorted


mfsiddiq
12-26-2008, 09:56 AM
May i know how to prevent a chart from being sorted when the coresponding datagrid with same dataprovider is sorted.

Thanks in advance

sydd_hu
12-26-2008, 01:24 PM
i think you should post in the flex subforums.

drkstr
12-28-2008, 04:26 AM
DataGrid sorting is done on the view layer, it shouldn't effect your data model any. What are you doing to make this happen?


Best Regards,
~Aaron