No. of rows displayed in paged datagrid

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default 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.


    Andrew Chalk Guest

  2. Similar Questions and Discussions

    1. Can datagrid header text displayed more than one rows
      Hello every one: I am facing a problem about header text of datagrid. Because some of the header text is long, about 30+ letter, and our cutomers...
    2. DataGrid - Number of Displayed Rows
      Hi All Hopefully this is a simple one. I have an empty datagrid (which is editable for input data). By default, flex is drawing 7 or so empty...
    3. 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...
    4. multilple rows from displayed in one row of datagrid
      For a scenario like this, I would probably use one Datagrid for the company table, and nest 3 Repeaters inside it, one each for industries,...
    5. 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...
  3. #2

    Default Re: No. of rows displayed in paged datagrid

    Assign the PageSize property.

    -Brock
    DevelopMentor
    [url]http://staff.develop.com/ballen[/url]
    > I have a DataGrid with AllowPaging="True" and AllowSorting="True". It
    > works, but always displays 10 rows. How do I customize this?
    >
    > Many thanks.
    >

    Brock Allen Guest

  4. #3

    Default Re: No. of rows displayed in paged datagrid

    Thanks!
    "Brock Allen" <ballen@NOSPAMdevelop.com> wrote in message
    news:b8743b1148edb8c7b592edc04ee0@msnews.microsoft .com...
    > Assign the PageSize property.
    >
    > -Brock
    > DevelopMentor
    > [url]http://staff.develop.com/ballen[/url]
    >
    >> I have a DataGrid with AllowPaging="True" and AllowSorting="True". It
    >> works, but always displays 10 rows. How do I customize this?
    >>
    >> Many thanks.
    >>
    >
    >

    Andrew Chalk Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139