• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DataTable only sorts twice

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a datatable that I'm using the column headings as actionlinks and sorting the data. The weird thing is that I can only sort twice in a row on the same column. Meaning, I click 'Total' - col heading - once and it sorts asc, then I click it again and it sorts desc. Then if I try to click the 'Total' again it doesn't do anything. It doesn't submit, refresh, nothing. The cursor says it's a link but it just doesn't register that I clicked the mouse. If click another column to sort and then come back to the 'Total', it will sort. But again only twice.

Has anyone ever seen this behavior and have any suggestions?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic