I am trying to style the background color of Rows in a RadDataGrid by the following the SDKBrowser MAUI Example (from GitHub).
RowBackgroundStyleSelector seems to be obsolete/not found in new versions of telerik .net maui...
Using a class that returns a Style based on a Property value (implemeting IStyleSelector as the SDKBrowser example).
In the SDKBrowser example the binding is direct: (older version of .net maui telerik)?
How can I now bind the Row Background Style Color of a telerik:RadDataGrid in the new versions?