Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use with Other Control Vendors? #85

Closed
benhysell opened this issue Jul 17, 2022 · 2 comments
Closed

Use with Other Control Vendors? #85

benhysell opened this issue Jul 17, 2022 · 2 comments

Comments

@benhysell
Copy link

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!

@brminnick
Copy link
Collaborator

Can Maui.Markup be used with other control vendor's controls, i.e. Telerik, DevExpress, Syncfusion?

Short answer: Yes.

However, the bug you're getting has nothing to do with CommunityToolkit.Maui.Markup; there's no code referencing the CommunityToolkit.Maui.Markup library in your sample.

The problem is that Telerik's implementation of RadDataGrid didn't implement IView. I recommend reaching out to Telerik for assistance with their library.

@brminnick
Copy link
Collaborator

Converting this Issue to a Discussion as it is not a bug in Maui.Markup.

@CommunityToolkit CommunityToolkit locked and limited conversation to collaborators Jul 17, 2022
@brminnick brminnick converted this issue into discussion #86 Jul 17, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants