NetTalk Central

Author Topic: What can stop server side sorting (Nettalk 4.53)  (Read 1756 times)

Edvard

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • BB-Soft
    • Email
What can stop server side sorting (Nettalk 4.53)
« on: November 22, 2010, 08:44:59 PM »
I have made a server, pretty basic, which I made on a network drive and tested both on 127.0.0.1:9004 and on an external adress http://94.146.40.138:9004 (Try it - There is nothing secret there at the time beeing, but its Danish...)
If i set the sorting to 'Server side' nothing happens
If i set it on 'Client side', and keeps it on the network drive still no joy.
When I move it to my C:\ drive, the sorting works with setting 'Client side', but not with 'Server side'
At the time beeing I am using 'File Load'
If i change to say 10 lines, the first 10 is showed, but the buttons have no effect.

What am I doing Wrong?

Best regards

Edvard Korsbæk

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: What can stop server side sorting (Nettalk 4.53)
« Reply #1 on: November 22, 2010, 10:43:37 PM »
Sort headers, Next buttons etc all use Ajax.
If the data being sent in the Ajax packet is not xHTML compliant, then that part of the screen does not update.

So my guess is that you have "allow xHtml" switch on for some part of the browse (maybe the heading, or a column or something) - but the stuff you are sending is not xHtml compliant.

This may be related to your utf-8 issue.

cheers
Bruce