Sorting and search showing but not working

Sorting and search showing but not working

FrontEndIsNotMyForteFrontEndIsNotMyForte Posts: 1Questions: 1Answers: 0

Hi,

I am using a table as it says in the examples and the options like sorting arrows, search text box, paging are all showing but when I click to sort the column it is not working, I mean, the sorting is not being running. I am using MVC in a ASP.NET application.

Any help is very welcome.

Thank you.

Answers

  • colincolin Posts: 15,236Questions: 1Answers: 2,598

    Hi @FrontEndIsNotMyForte ,

    I'm guessing this is because you're using serverSide - here, it's upto the server to send back the data correctly sorted. If you're doing client side sorting, that's very odd - we'd need to see a test case replicating the issue to understand that.

    Cheers,

    Colin

This discussion has been closed.