Hi,
I am trying to use SfDataGrid component in Xamarin.Forms. I have noticed a weird behavior when using
SfDataGrid which is bound to Dynamic object(class derives from System.Dynamic.DynamicObject) or even with custom
ICustomTypeDescriptor, problem is the same.
DataGrid doesn't render row data in UWP in above mentioned scenario while Android version works fine.
I have attached the sample project to reproduce the issue and also screenshots as I see.
Please help me to fix this asap.
Also I have a question: Why the SfDataGrid in Android doesn't have grid lines for every row?
Syncfusion Datagrid Version : 18.1.0.59
Xamarin Forms Version : 4.7.0.968
UWP:
Android:
Thanks,
Sriram