I have JSON datasource which I need to bind to Itemsource property of Datagridview. I cannot have class into which deserialization can be done because JSON datasource can have different attributes evertime which makes it impossible to have hard coded classes for deserialization.
Let me know if JSON datasource can be binded directly based on data and also Searching and Sorting should work in the grid.
Datagrid is for .net MAUI platform targetting Android and IOS development