Skip to content

Use with Other Control Vendors? #85

@benhysell

Description

@benhysell

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions