I’d like to memorize number of records per page when user exists then re-enters the same grid. Any tips how to do it ?
ARTHUR
You could do something like this in javascript method and save the value somewhere for future use.
window.onload=function()
{
var selected_value=$( “[name=‘nmgp_quant_linhas_b’] option:selected” ).text();
}