Hi guys,
I have implemented pagination in datagridview by using example from this page http://www.codeproject.com/KB/miscctrl/Pagable_DatagridView.aspx. The pagination works well. However, when I create 2 datagridview with each using different bindingsource, and I click on next for the first datagridview, the other datagridview also automatically paginate to the next one. I guess it's the cursor problem. Could anyone kindly advice please? Thanks in advance!
Cheers,
Mark Thien