Hello,

I'm using the Paging functionality with my DataProvider. I've been trying
to make a simple change, but it's turned out to be very difficult.
Hopefully you can give a little help.

I have a class that extends PagingNavigator and provides markup specific to
my theme. When the paging links render, the current page doesn't render
with an <a> tag around it. It's stripped away.

I've traced through and found that this is most likely due to AutoEnable
being set to true in the Link that's created. That choice is hard coded in
to the PagingNavigationLink class.

I'm trying to avoid extending all of the Paging related classes down to the
PagingNavigationLink in order to customize this behavior. Is there some way
to have that active page render inside an <a> tag with no href?

Thanks,
Daniel

Reply via email to