PAGING

  • Thread starter Thread starter blackdevil1979
  • Start date Start date
B

blackdevil1979

Just wondering,

Can VB.Net Window Application use Datagrid Paging? If it is possible..
how to do it?
 
* (e-mail address removed)-spam.invalid (blackdevil1979) scripsit:
Can VB.Net Window Application use Datagrid Paging? If it is possible..
how to do it?

Do you mean something like "Pages 1 2 3 4 5"? I doubt that this is
supported by the Windows Forms datagrid.
 
Hi Herfried,
Do you mean something like "Pages 1 2 3 4 5"? I doubt that this is
supported by the Windows Forms datagrid.
It is not, it is also against the behaviour of a windowform in my opinion,
however you can create it adding a column to a datatable and than use a
dataview in my opinion. However I never tried it.

Cor
 

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