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:
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
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