Use with Other Control Vendors? #86
-
|
Can Maui.Markup be used with other control vendor's controls, i.e. Telerik, DevExpress, Syncfusion? I started playing with Telerik and did not have a lot of luck, I hope I'm missing something simple. The last line - Error CS1503 Argument 1: cannot convert from 'Telerik.UI.Xaml.Controls.Grid.RadDataGrid' to 'Microsoft.Maui.IView' V.RelayDatabase (net6.0-windows10.0.19041.0) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Short answer: Yes. However, the bug you're getting has nothing to do with The problem is that |
Beta Was this translation helpful? Give feedback.
-
|
Converting this Issue to a Discussion as it is not a bug in |
Beta Was this translation helpful? Give feedback.
-
|
Closed and answered |
Beta Was this translation helpful? Give feedback.


Short answer: Yes.
However, the bug you're getting has nothing to do with
CommunityToolkit.Maui.Markup; there's no code referencing theCommunityToolkit.Maui.Markuplibrary in your sample.The problem is that
Telerik's implementation ofRadDataGriddidn't implementIView. I recommend reaching out toTelerikfor assistance with their library.