jqGrid settings: {… rowNum: 25, rowList: [10, 25, 50, 10000], …}
The default POST-request submits the rows as integer value: “rows”:25 …
{“_search”:false,”nd”:1258703221507,”rows”:25,”page”:1,”sidx”:”name”,”sord”:”asc”}
-> but when I select a row-number from the rowList combo box the new POST-request formats the “rows”-attribute as string:
{“_search”:false,”nd”:1258703224666,”rows”:”10″,”page”:1,”sidx”:”name”,”sord”:”asc”}
I think this is an easy to fix minor bug.
Kind regards,
Klaus.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top