|
-
May 28th, 2003, 06:06 AM
#1
Thread Starter
Addicted Member
Max rows in datagrid
Does anyone know how to determine the maximum acceptible rows in a datagrid?
(Presumably relates to structure of dataset).
-
May 28th, 2003, 09:02 AM
#2
PowerPoster
The max acceptable is subjective. If the rows take up a lot of area on the page for each one, then fewer would probably be better. Now, if they are one line rows, then maybe 20-30 or more.
Basically you have to make a judgment call on what is good for the users.
-
May 28th, 2003, 09:05 AM
#3
Thread Starter
Addicted Member
Sorry - didn't make myself clear but your answer actually was the answer to the question I should have been asking! (does that make sense?)
-
May 28th, 2003, 09:32 AM
#4
PowerPoster
If it helps, you should look into paging your data. The datagrid control provides some pretty good support for paging data. I personally prefer custom paging.
A great book on datagrids is the ASP.NET Data Web Controls Kick Start from Sams publishing (Author is Mitchell). It has 3-4 different ways to incorporate paging, along with all the information you need to learn almost every aspect of the web datagrid control. I highly recommend this book.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|