Datagrid paging. It's not changing from page to page.

  • Thread starter Thread starter Shapper
  • Start date Start date
S

Shapper

Hello,

I created a datagrid with:
AllowPaging="True"
PageSize="2"

The page size is correct and I see the navigation buttons "next" and
"previous", however when I click "next" the datagrid doesn't change to
second page.

Why?

Thanks,
Miguel
 
you need to specify OnPageIndexChanged=

in case u r not aware of, there is a DataGridControl newsgroup
microsoft.public.dotnet.framework.aspnet.datagridcontrol
HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top