DataGrid.Items.Count and DataGrid Paging...

  • Thread starter Thread starter Green Start Button
  • Start date Start date
G

Green Start Button

Hello, Folks!

How can you get the DataGrid.Items.Count to reflect the FULL record count instead of displaying the page size?

I'm using this property and all it's displaying is the page size of 10.

TIA...
 
Count the number of rows in the data source.

The grid is correct - it only has the number of items that is the page size. It is the datasource that has them all.
Hello, Folks!

How can you get the DataGrid.Items.Count to reflect the FULL record count instead of displaying the page size?

I'm using this property and all it's displaying is the page size of 10.

TIA...
 

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