-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
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.
var stackLayoutStopStartButtons = new StackLayout();
var dataGridHashedData = new RadDataGrid();
stackLayoutStopStartButtons.Add(dataGridHashedData);
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!
Metadata
Metadata
Assignees
Labels
No labels