Hi. I have AdvancedDataGrid with server side pagination and sorting. The thing I cannot implement is showing sort triangles in datagrid headers.
The only way i've found is manually listen SORT event and set collection.sort property of my dataProvider - but then when I change collection.source it causes collection.refresh() on my dataProvider's collection and it sorts again in Flex :( So some fields sorted in wrong way (differently as I sorted them on server (in DB)) Please help me :)

