How to Implement Move Next, Move Previous, Last Record and First Record in a DataGrid Control?

  • Thread starter Thread starter Anand Ganesh
  • Start date Start date
A

Anand Ganesh

Hi All,

How to Implement Move Next, Move Previous, Last Record and First Record in a DataGrid Control ?

Is there any standard tool available in the tool box button?

Thanks for your time.

Regards
Anand Ganesh
 
Hi. See the BindingManagerBase and CurrencyManager classes.

System.Windows.Forms.BindingManagerBase:
http://msdn.microsoft.com/library/d...mwindowsformsbindingmanagerbaseclasstopic.asp


System.Windows.Forms.CurrencyManager:
http://msdn.microsoft.com/library/d...stemwindowsformscurrencymanagerclasstopic.asp


-- Alan

Hi All,

How to Implement Move Next, Move Previous, Last Record and First Record in a DataGrid Control ?

Is there any standard tool available in the tool box button?

Thanks for your time.

Regards
Anand Ganesh
 
Thanks Alan
Hi. See the BindingManagerBase and CurrencyManager classes.

System.Windows.Forms.BindingManagerBase:
http://msdn.microsoft.com/library/d...mwindowsformsbindingmanagerbaseclasstopic.asp


System.Windows.Forms.CurrencyManager:
http://msdn.microsoft.com/library/d...stemwindowsformscurrencymanagerclasstopic.asp


-- Alan

Hi All,

How to Implement Move Next, Move Previous, Last Record and First Record in a DataGrid Control ?

Is there any standard tool available in the tool box button?

Thanks for your time.

Regards
Anand Ganesh
 
Back
Top