Processing "Hidden" Pages

Processing "Hidden" Pages

monkeydeusmonkeydeus Posts: 1Questions: 0Answers: 0
edited November 2010 in General
We are using DataTables with a checkbox column so users can select items from multiple pages. This is with asp.net, so on postback, we wich to process every selected row (users make their seletion, click the update button, and all dirty rows should be processed). What I have found, is that only dirty rows from the page that was active when the submittal happens, are getting processed.

Is there a way to get the rows from the pages that are "hidden" at submit time, as well? Thanks!

Replies

  • hnafarhnafar Posts: 1Questions: 0Answers: 0
    I am experiencing the exact same issue, with the exact same scenario, did you every find a way around this?
  • allanallan Posts: 63,531Questions: 1Answers: 10,475 Site admin
    Like this: http://datatables.net/release-datatables/examples/api/form.html :-)

    Allan
This discussion has been closed.