Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Sort indicator
posted

ello,

I am actually evaluating the latest trial version of the Android set, the grid look full of feature on the code side but i can't figure out some basic UI features.

One of them is regarding the sort feature:

  • If i set a sort programmatically, how can i display an icon on the sorted column header to indicate the status and order to the user ?
    - i understand the the control provide the capability to sort on several columns, and make the UI thing trickier, however let's assume a simple case with only one column sorted -

Thanks !

Edit : based on this blog post it seems possible, hower i can't read about on the doc or found the properties on the code, must i create a Templatecolumn from scratch to implement the UI sorting arrows ?

https://dzone.com/articles/infragistics-android-161

Parents
No Data
Reply
  • 28945
    Verified Answer
    Offline posted

    Hello,

    Our samples browser demonstrates the implementation of the sorting indicators. I'm working on getting providing this to you and will update you tomorrow.

    Let me know if you have any questions.

Children