You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, In [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid), [SfDataPager](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataPager.SfDataPager.html) doesn’t accept DataTable as a source, and we have documented this as a limitation in below user guide documentation.
However, we can provide a workaround to achieve your requirement by converting the DataTable to an ExpandoObject. Then, you can set the ExpandoObject collection as the DataSource for SfDataPager, as demonstrated below:
Take a moment to peruse the [Winforms DataGrid - Paging Documentation](https://help.syncfusion.com/windowsforms/datagrid/paging) documentation, to learn more about Paging with examples.
76
+
Take a moment to peruse the [Winforms DataGrid - Paging](https://help.syncfusion.com/windowsforms/datagrid/paging) documentation, to learn more about paging with examples.
0 commit comments