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
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
I have DataGrid in Xaml
I want to be able to set the background color dynamically based on API response. Columns are also dynamic.
I've set the flag Forms.SetFlags("Markup_Experimental"); to Bind like this. I tried Grid instead of ContentView but nothing works.
In my understanding, the code above is the same if I use cell CellTemplate in XAML as in the example. But it won't work.
Any help appreciated.
The values of the data I set using reflection, as all columns are dynamic.
The text was updated successfully, but these errors were encountered: