Is it possible to use ParamaterBinding for MaximumRows?

The following does not work.

Following set in SelectParmaters

<webpartpages:DataFormParameter ParameterKey="MaximumRows" PropertyName="ParameterValues" DefaultValue="1" Name="MaximumRows"></webpartpages:DataFormParameter>

Following bindings configured

<property name="ParameterBindings" type="string">
<ParameterBinding Name="MaximumRows" DefaultValue="3"/>
</property>

Changing the binding as you can see has no impact at all on the webpart. It remains showing 1 as set in the default.

This paramaterbinding works fine for WebUrl and ListName but seems to not work for MaximumRows. Can others confirm?

Thanks

link|improve this question
I'm having the same issue that you have experienced. I'm hoping you've already solved this issue, if so, could you please tell me how you did it? Sabry – user965001 May 8 at 11:16
Not the answer you want I'm sure, but I had to go with removing the binding for maximum rows and had to use a static parameter instead. No end user flexibility I'm afraid! – Tezza May 8 at 16:06
I see, thanks for the help Tezza! – user965001 May 9 at 5:33
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.