Gagan Gadag

Gagan Gadag

  • NA
  • 8
  • 8.1k

vertical scrolling of DataGrid in WPF

Aug 25 2016 11:58 AM

I need to customize vertical scrolling of DataGrid control to meet below requirement,

Datagrid is bound to DataTable and datatable would contain only rows visible in datagrid(Page). On verticall scrolling need to fetch data (a page ) from database and fill the datatable. So how could we make the illusion of scrolling entire data ?


Answers (1)