how to show sort icon when server side sorting is performing

how to show sort icon when server side sorting is performing

Hi All,
Can anybody know how to show sort icon on server side sorting is performing,

I'm stopping the default soring provided by flex, by using the following code

public function headerReleased(evt:DataGridEvent){
evt.preventDefault();
}

on result handler I'm getting the sorted result from database that is not only sorting on single column but multiple columns, so I dont want to use Sort() method.

please give code snippet...

Thanks,
Zimbu.

Add Comment

Put code snippets inside language tags:
[language] [/language]

Examples:
[javascript] [/javascript]
[actionscript] [/actionscript]
[csharp] [/csharp]

See here for supported languages.

Javascript must be enabled to submit anonymous comments - or you can login.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.