Datagrid & limiting rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anyway to limit the number of rows that will be shown on a datagrid?

Thanks.
 
Steve,

Set a rowfilter on the defaultview of the datatable that is the datasource.

Cor
 
I see how to set the filter... but i don't see how to limit the # of rows.
The filter allows for "LastName = 'Smith'"... but how can i tell it to only
give me the first 10 rows?

Thanks for the help :)
 

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