How to: Windows Forms DataGridVeiw Pagination

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Venu

    How to: Windows Forms DataGridVeiw Pagination

    Hi everyone,

    How to do pagination for a DataGridView in a Windows Forms
    application? Please help me.

    Thank you,
    Venu.
  • Breno P. Lucena

    #2
    Re: How to: Windows Forms DataGridVeiw Pagination

    On 13 maio, 06:33, Venu <venugopal.s... @gmail.comwrote :
    Hi everyone,
    >
    How to do pagination for a DataGridView in a Windows Forms
    application? Please help me.
    >
    Thank you,
    Venu.
    Hi Venu,

    Well, the easyest way to do it is:

    Create a DataSource (and configure it!) and then set your DataGRidView
    datasource field to point the DataSource Component created before.

    []´s Breno.

    Comment

    Working...