Questions tagged [custompaging]
68 questions
0
votes
1 answer
How can you fetch the rows for multiple pages in a single call of server in kendo grid?
In kendo grid paging, when we click the page number it calls the server and returns a set of data. Because of this the performance is very low. Instead, I need to call the server and get 50 rows at a time and the rows should be displayed in five…

bharath
- 1
0
votes
1 answer
How add information total pages and rows in footer gridview c#
I have problem when add information about total pages and total rows in footer gridview,
This my Html code;

Roberts
- 53
- 1
- 7
0
votes
1 answer
Problem in DataGrid custom paging
I want to implement the custom paging with DataGrid and don't to move to GridView for that as done in this link A Neat Solution to GridView Custom Paging, because the project that I am working is already built using DataGrids.
Also, I Searched thru…

Harsh Baid
- 7,199
- 5
- 48
- 92
0
votes
1 answer
0
votes
2 answers
Standardize the gridView pager template
I have a custom pager template on one gridview that the client now wants applied to several other gridviews within the same site. It seems like extending the GridView object makes the most sense, but I'm not clear on how to create the pager…

chprpipr
- 2,039
- 16
- 17
0
votes
1 answer
Load next record in table only iterating between two records Linq C# Npgsql
On my view/page I am loading 1 record on page load, and each time next button is clicked I intend to load the next single (ONE) record in the table and on and on until theres the last. So I am refreshing the page with the next record.
[View when…

LavsTo
- 129
- 4
- 19
0
votes
1 answer
Custom paging/sorting for GridView filled by CodeBehind Datasource?
I'm coding a report page. In this page, there are two date fields for user to filter the date and the GridView is filled depending on these dates in the CodeBehind (When user click the button view). Now I want to implement a paging/sorting feature…

Leo
- 2,173
- 6
- 28
- 37
0
votes
1 answer
Custom paging in a gridview in asp.net
I want to make a custom paging for my gridview in asp.net 'cause i have a lot of information in my database. My problem is when i generate linkbuttons. I put them in a panel, but i have more than 7000 buttons for my pages. When i add them into my…

user7383186
- 35
- 7
0
votes
2 answers
Telerik RadGrid Custom Paging Filter and Sorting Not Working
I am using telerik radgrid and want to perform server side paging. I am refreing to this demo by telerik.
Here is the code that shows how my grid is configured to handle this.

Sachin Trivedi
- 2,033
- 4
- 28
- 57
0
votes
1 answer
Total Number of records required in paged .NET datagrid control
I am using a data grid and has bound a data source with it.
I am trying to get the total number of records in the grid in overriden InitializePager method from pagedDataSource DataSourceCount.
I thought DataSourceCount returns number of records…

Sumit
- 706
- 1
- 8
- 16
0
votes
1 answer
how to automatically stop next button click in asp.net gridview custom paging?
I have gridview with Custom paging. I have edit option in the gridview. when user is moving to next page, i want to show an alert message, (you have unsaved data on the page, click ok to move to next page or cancel to stay on the page.)
How do i…

tsr
- 45
- 1
- 6
0
votes
1 answer
Paging in Listview with a dynamic number of rows group
I'm working on an exam system .
I created a List view to display all the Multiple choice or True false Questions then I need to set the paging to 5 Questions per page.
The issue here is the total of the multiple choices Answers for each question…

Mashaeil A. Yusufi
- 11
- 1
0
votes
3 answers
Paging in LINQ+MVC with a randomly ordered collection
I have a bunch of records that are sorted RANDOMLY, like so:
var entries = DataContext.Entries.OrderBy(e => Random());
The Random function returns a randomly-generated GUID, thereby ordering the records in a random manner. Now my problem is paging.…

Shivraj
- 163
- 1
- 2
- 7
0
votes
2 answers
Problem with custom paging in ASP.NET
I'm trying to add custom paging to my site using the ObjectDataSource paging. I believe I've correctly added the stored procedures I need, and brought them up through the DAL and BLL. The problem I have is that when I try to use it on a page, I…

JohnCC
- 615
- 7
- 20
0
votes
1 answer
Xtragridview view paging style
I have problem about VB.NET with Xtragrid from DEV EXPRESS.
This is my Xtragrid built by code.
At the footer built by this code :
gridVWKeluar.Columns(4).SummaryItem.SummaryType =…

Davis
- 127
- 4
- 14