The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
1k views

Problem with paging in an SPGridView

We are using SPGridView and binding it to the database. Paging is also enabled. The grid is showing 10 records as the pagesize is 10, but when we click on the next page it says "There are no items ...
3
votes
1answer
311 views

How to use the batching and batching termination filter descriptors in BCS .NET Connectivity solutions

I know about this post on BCS paging: Paging and sorting with BCS and have implemented a similar approach in a BCS solution. However, what I'm really looking for is a complete example showing how to ...
3
votes
2answers
433 views

Jumping to a specific page within a SharePoint List

I was wondering what people think the best way is to jump to a specific page within a sharepoint list, taking into account performance considerations. eg: 1) List with 1000 items in it 2) Each page ...
2
votes
3answers
722 views

Custom paging on lists through XSLT

I am working with vwstyles.xsl to implement custom paging on lists. The requirement I have is to have first and last button on the paging panel but can't work out how to direct the user to the last ...
2
votes
1answer
82 views

SharePoint 2013 list items paging

I'm trying to make a webpart with list items paging. I followed this link http://www.directsharepoint.com/2011/03/step-by-step-guide-to-implement-paging.html and on SharePoint 2010 server it works ...
1
vote
3answers
558 views

Paging using REST/OData with SP 2013

I'm trying to do paging on a document library (also trying this on a list) with SP 2013 using REST/OData but I can't seem to get the skipping of items working. Here are some examples of URLs that I'm ...
1
vote
4answers
2k views

Customizing the DataView Webpart paging style

I have configured a dataview webpart that refers the sharepoint list and would like to have a custom paging instead the OOB paging. The paging style should look like the below: Home 1 2 3 4 5 End ...
1
vote
1answer
409 views

sorting and paging on web part

sorting in dataviewwebpart only sorting within display items. Paging is enabled to display 10 items per page. Also, How do I put 1,2,3,4,5,6,7,8,9,10, (next, previous) for the paging? They give you ...
1
vote
2answers
32 views

Paging is disabled in custom xsl

I modify the list. And created a xsl file for the xml view. But I can't go to other pages to see the other items. In normal lists there is arrows and the item numbers on the bottom of the list. The ...
1
vote
1answer
604 views

Search Core Results Custom Paging

I have to implement a requirement to have custom paging on the Search Core Results web part. I have tried to modify the web part XSL but cannot seem to get the properties to implement paging as they ...
1
vote
0answers
32 views

getting top X items in each folder with a CAML Query

i'm trying to do a visual representation of a document library using javascript and webservices. basically i want to present the folders in the library, with a preview of the first few files in each ...
1
vote
1answer
443 views

How to reset paging in a dataformwebpart?

In SPD 2010 I created a datasource which produces XML, based on the requests you send to it. The datasource works correctly, because when I put it on a page, it shows me the results I expect. Because ...
0
votes
2answers
328 views

DVWP CrossList Paging Does Not Work

I've build a Data View Web Part with SharePoint Designer 2010, using SPDataSource and DataSourceMode="CrossList". The DVWP works great, but when I add paging, it adds the paging placeholder and the ...
0
votes
2answers
759 views

SP 2010 - Search Core Results Webpart Ajax Options not working?

I'm trying to enable ajax on search core results webpart so that the pagination can be realized in an asynchronous manner. But this is not working. Is this normal? Do you succeed to configure search ...
0
votes
2answers
112 views

Edit 1-30 paging Document Library

By default SharePoint has paging 1-30 items in a document library. I want to change this to 1-50 or even 1-100. How can I do this? I've been looking on the internet but I cannot find a fitting ...
0
votes
1answer
65 views

Order dataviews on different columns and paging with Sharepoint 2007

Is it possible to order a paged dataview on different columns (using a query string parameter)? Sharepoint 2007.
0
votes
1answer
793 views

Why is paging not working in the Data View Web Part?

I am unable to make paging work in the Data View Web Part on SharePoint 2010. I selected a paging option in the SharePoint Designer ribbon, but it does nothing. Limiting the number of items, in the ...
0
votes
0answers
73 views

Paging disappears after changing columns in web part listview

I have a web part page open in sharepoint designer, i have added a web part using the ribbon insert option and selecting dataview and choosing my custom list. I have then When you then view the page ...
0
votes
1answer
178 views

List not updating correctly after programmatically deleting items

I have a custom webpart control on a page which, upon page load, deletes the items from a list (displayed on the same page as the custom webpart). After deleting the items, the code also populates it ...
0
votes
1answer
368 views

Pager below sharepoint list

I have a sharepoint site with a list, loaded from an external content type with Sharepoint designer. The list limit is 30. Below the list, a data pager is shown to navigate through the pages. ...
0
votes
1answer
758 views

Paging results from the List service?

I am currently making a call to GetListItems and I'm curious if there is any way to both page results and get the total number of records available? Here is what I am passing in my call to ...