ajax - Is it possible to implement server side sorting and pagging in dhtml grid? -


i want implement dhtml grid . required server side sorting , pegging ajax support. dose 1 having idea how implement this.

if want implement server side sorting not matter technology using in front end.

on conceptual level can following things:

  1. write sortingservlet takes grid , sorts according request parameters passed , renders output in form of json(not strictly required have)
  2. use jquery make ajax call servlet , format response when back.

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -