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
[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.