PDA

View Full Version : Store.paramNames gets overwritten and NaN page



Artur Bodera (Joust)
28 Apr 2007, 5:31 AM
Hi again.

I need to change some of paramNames used for grid paging.

I've tried setting these at Store creation time and it works. It sends proper params to the server.

Unfortunatelly after loading first page clicking => arrow on pager loads second page with default parameter names (start,limit etc.).

What is more, if I don't supply the .load function with the "start" param the pager doesn't function correctly, displaying NaN in page number and total pages. It doesn't reflect the custom parameter defined before.

ext 1.0 + yui utils version: 2.2.2

Regards