Responding to datatable scrolling
I am new to dotnet and still thinking in Win32 solutions. My approach could be wrong so please help me. I would like something like the Afterscroll event of a Delphi TDataSet, to catch the change in the record number when the user steps from one record to another in a datagrid. I want to do something before or after the current record pointer changes.
|