Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Richard Pimentel #1
Explorer navigation errors with non-paged or large paged DataGrid.
Hello everyone:
This is my first posting here and I am new to aspnet so be patient. I
am using a DataGrid with sorted columns to display some research data.
The data is bound to the DataGrid from a xml file and a schema file.
The row count can be anywhere from 600 to several thousand. If I
disable paging and sort a couple of columns, all my "Back" history is
lost and I can't click the Back button more than once. If I enable
paging and set the page size to 500 rows, I get the same behavior.
However, if I set the page size to 250 rows, then navigation is as it
should be. I can sort multiple times on different columns and still
cycle back through them and get back to a reports page, etc.
Has anyone else experienced this? Is there a solution or workaround?
Thanks for any help you can provide.
Richard Pimentel Guest
-
Multiple paged recordsets
Does anyone know how to place two or more INDEPENDENTLY PAGEABLE different sized recordsets on the same output page using DM8/ASP? I have created... -
No. of rows displayed in paged datagrid
I have a DataGrid with AllowPaging="True" and AllowSorting="True". It works, but always displays 10 rows. How do I customize this? Many thanks. -
Paged queries
Hi, im pretty new with CF and I was wondering how to make paged results in CF... anyone can point me to and example?? thanks a lot -
Having whitespace under minimal entries in a paged datagrid
I have a datagrid with a header and pager. what i want to do is have a fixed height for the header and pager which i already now how to do. ... -
data from oledbdatreader can't paged by datagrid
Hi, I am retrive record from an Access database and want them displayed page by page, I used oledbdatareader to retrive and assigned the...



Reply With Quote

