This is a migrated thread and some comments may be shown as answers.

Issues when SeoPaging is integrated

0 Answers 42 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Blop
Top achievements
Rank 1
Blop asked on 03 Sep 2012, 09:34 AM
Hi!
I've a listview (with dropdownlists used as filters). Everything is working fine until SeoPaging is integrated.

First the "prev - next, ..." buttons dissapears (image not found logo replace the initial buttons images) even if I set : NextPageImageUrl="\Images\buttons\next.jpg" LastPageImageUrl="\Images\buttons\last.jpg"  in radatapager properties.


I tried doing that as explain in this forum: 
<script type="text/javascript">
function pageLoad() {
var pager = $find('<%=RadListView1.FindControl("RadDataPager1").ClientID %>').get_element();
$telerik.$(pager).find(".rdpWrap a img")[0].src = "PagingFirst.gif";
$telerik.$(pager).find(".rdpWrap a img")[1].src = "PagingPrev.gif";
$telerik.$(pager).find(".rdpWrap a img")[2].src = "PagingNext.gif";
$telerik.$(pager).find(".rdpWrap a img")[3].src = "PagingLast.gif";
}
</script>

But is says Cannot call method 'get_element' of null 
...


Second: When SeoPaging is enabled, I lost the filters on page change. For instance I have my listview with all data, when I apply a filter, it will do it correctly but when I click on page 2, it will go page 2 but all data will be back and the filter is forget...

Any idea how to solve this?

Thanx in advance

No answers yet. Maybe you can help?

Tags
DataPager
Asked by
Blop
Top achievements
Rank 1
Share this question
or