Results 1 to 4 of 4

Thread: Max rows in datagrid

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    165

    Question Max rows in datagrid

    Does anyone know how to determine the maximum acceptible rows in a datagrid?
    (Presumably relates to structure of dataset).

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    165
    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?)

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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
  •  



Click Here to Expand Forum to Full Width