Adobe Flex is a software development kit released by Adobe Systems for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform. Flex applications can be written using Adobe Flex Builder or by using the freely available Flex compiler from Adobe.
Tuesday, February 23, 2010
AdvancedDataGrid ~ removing the sorting icons from the column header
Just add sortItemRenderer="{null}" in your AdvanceDataGrid tag and will get rid of sorting icon(like a verticle line) in your AdvanceDataGrid header.
No comments:
Post a Comment