Questions tagged [custom-paging]

32 questions
7
votes
3 answers

Sort array items when using PagedListAdapter?

I'm using the Paging library. Currently, I want to sort (using SortList) the items by the description in PagedListAdapter but I have not figured out how to do it. How to sort elements when using a PagedListAdapter? Thank you.
MrTy
  • 140
  • 1
  • 9
5
votes
3 answers

GridView (RadGrid) and Custom Paging

Ok, so I'm trying to get my custom paging going on the Telerik RadGrid (similar to the asp:Gridview), but I'm still hitting a wall. (the first part of my question was answered here) So I have implemented the suggestion. I use the following Stored…
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
3
votes
2 answers

how to change jqgrid paging style

I want to change default pagination of jqgrid. I want the pagination as given below 1 2 3 4 5.. Next Is it supported by default? How can i achieve that? Thanks,
Tepu
  • 1,602
  • 2
  • 20
  • 28
3
votes
1 answer

Add paging in Content Query Web Part

I created a custom style in Content Editor Web Part by following this article: SharePoint 2010 XSLT date formatting and I achieved the desired result. But now I want to add paging to this new style. For adding paging I followed several articles but…
Zakir HC
  • 262
  • 2
  • 4
  • 18
2
votes
2 answers

Efficient paging with Repeater, SQL Server and custom Pager

I have just uploaded the following article to codeproject: http://www.codeproject.com/KB/webforms/efficientpagingrepeater.aspx Basically it is using Repeater, SQL Server with the ROW_NUMBER() OVER statement and a custom pager. I would like to…
Sha
  • 2,185
  • 1
  • 36
  • 61
2
votes
1 answer

Custom paging in a ReportViewer report

I have a report which is a list of Order form. For each order form, I would like the paging to be page x of y, where x is the page number of the current order and y and the total page for this order. All orders are on different pages (no two orders…
David Brunelle
  • 6,528
  • 11
  • 64
  • 104
2
votes
1 answer

Efficient sql server paging

Due to the first two comments I've removed all my own code and placed the example directly from 4 guys here. I'm interested in how the 'select @first_id' should be coded. The example shows the rows being pulled using joins and I would expect that…
Keith Myers
  • 1,379
  • 2
  • 15
  • 29
2
votes
2 answers

how can i get the filter text in the NeedDataSource event in a RadGrid with custom paging

I am using custom paging in a RadGrid. It is working fine. But filter is not working as i want. So I thought of writing my own code for filter. But how could i get the filter text and the coloumn for which the filter was applied in the…
Chindu Krishna
  • 411
  • 5
  • 13
2
votes
2 answers

Paging logic for multiple tables in PHP

I want to prepare a listing page in PHP with multiple mysql tables. So that can be N numner of tables and the records in each table can be anything and I want to implement paging for that. Here is the information which is avaialbe to me before…
user987346
1
vote
1 answer

Custom paging in grid view control

I want custom pagination in my gridview control. The first option is to fetch only required row from the data base. But what I want is I am fetching all rows from the database and storing them into datatable. Now is there any option that I can bind…
Microsoft Developer
  • 5,229
  • 22
  • 93
  • 142
1
vote
1 answer

How to make a custom paging in ASP.net MVC 5 depend on bootstrap?

how can i add a custom paging to my application that's writing in C# MVC5 with using a database and Entity Framework 6 with Bootstrap ?
1
vote
3 answers

How to implement Gridview Custom paging using Stored Procedure?

Can someone redirect me to your own blog link or any other link explaining complete tutorial about how to implement gridview custom paging using stored procedure? My search in google giving me old articles from year 2006. Right now I am using…
Jango
  • 5,375
  • 14
  • 57
  • 63
1
vote
1 answer

set GridView virtualItmCount property

i am working on a simple Paging project with gridview in asp.net 4.5 but i receive (GridView does not contain a definition virtualItmCount error ?? i have set AllowPaging=True AllowCustomPaging=True.
0
votes
3 answers

Paging protocol, Telocator Alphanumeric Protocol, "TAP", over TCP/IP?

This is not the "Test Anything Protocol", but rather the "Telocator Alphanumeric Protocol". I was told by a vendor that there is an IP address and port available to send a "TAP message" to. However, the vendor provided no other documentation on how…
dt.
  • 704
  • 8
  • 14
0
votes
1 answer

How to make CCScrollLayer have multiple avatars per page

I have a list of about 10 avatars and I am using CCScrollLayer to display paging. Currently, it only shows 1 avatar per page, and I would much prefer if it showed 3 avatars per page but I am unsure of how to do this. I've attempted to ensure that a…
zardon
  • 2,910
  • 6
  • 37
  • 58
1
2 3