Hi,
We are trying to integrate web grid in our existing application, however although the data is displayed when the page is rendered, each time i click on next/prev page/ page no to navigate the page is submitted and the first page is displayed. The same happens when i move to a new cell after editing one cell, the page is submitted and the values is lost.
If i set the javax.faces.STATE_SAVING_METHOD value to client instead of server, it starts running properly, but in our application this is not an option as this degrades performance a lot.
Kindly help me with this
Regards,
Avijit
Hello Avijit,
Are you getting automatic pagesubmit on click of pager to chang page or doing this something differently. Because there should be no post back while page changing and this is done by inbuilt ajax feature of the pager.
Could you provide here some step to get this behavior..
Thank you
Roshan