1

Closed

Pager.cs

description

In the constructor of the Pager class that has the option of "otherParameters", the code isn't setting the local variable. Because of this error, you couldn't have two pagers on the same page for the same dataset. The simple fix is to set the variable to the parameter value in the constructor, everything else seems to be wired up correctly.
 
        this.otherParameters = otherParameters;
Closed by

comments

frankabbruzzese wrote Nov 4, 2011 at 9:52 AM

Hi, @tallen007,
thanks for you feedback!
Yes your fix solves the issue.
I will insert your fix in the next release. Thanks for your cooperation
.....
Wow....a very stupid bug...

Francesco