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
2048
igGrid Sorting with igCombo
posted

Hi,

I read this post about how-to define a custom filter for an igGrid where a column is an igCombo column, and so where the default filter tries to operate with igCombo value nd not with igCombo text.

I would like to have the same behavior on the sorting feature, because, at the moment, when I sort a column I obtain an igCombo value sorting, and not an igCombo text sorting. I read about customSortFunction, but I did not find any examples on it...

Could you provide me a sample or give me some suggestions to implement it?

Thank you very much,

Flavio M.

Parents
No Data
Reply
  • 23953
    Offline posted

    Hi Flavio,

    In the post you mention my last answer has a sample attached to it which works for sorting. It uses unbound column to save the combo text, so the local sorting and filtering work as expected.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc. 

Children