Leo
asked on 03 May 2024, 05:54 AM
| edited on 03 May 2024, 06:44 AM
I'm Currently developing dynamic pivot grid for that i need to use expandoObject or datatable as datasource
1 Answer, 1 is accepted
0
Hristian Stefanov
Telerik team
answered on 03 May 2024, 01:25 PM
Hi Leo,
I confirm that it is not possible to directly bind the PivotGrid to ExpandoObject or DataTable. What you can do is convert the data source to an appropriate format - the documentation on local data binding can be used as a reference: https://docs.telerik.com/blazor-ui/components/pivotgrid/data-binding#local.
I hope this will help you move forward with the implementation on your end.