Xamarin Telerik backward capatibility with Kendo

1 Answer 49 Views
DataGrid
Alex
Top achievements
Rank 1
Alex asked on 15 Mar 2022, 08:02 PM
I'm working on Xamarin forms app and trying to implement a DataGrid. Source came from server which use Kendo and have some option how to show this data in Web. Is it possible to use this settings with Telerik or need to create own parser and control to display this data?

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 15 Mar 2022, 08:33 PM

Hello Alex,

There is no connection/compatibility between Kendo and Telerik UI for Xamarin. They're entirely different technologies, Kendo is HTML and jQuery, while UI for Xamarin is .NET.

If you have everything already written for the web, you can use a Xamarin.Forms WebView and display the web page you already have. Here's some guidance you can follow Xamarin.Forms WebView - Xamarin | Microsoft Docs.

However, if you're using Xamarin.Forms UI (i.e., XAML ), you cannot use your existing HTML/jQuery code in a .NET application (even with some sort of custom HTML parser). So yes, you would write your XAML/C# logic to interact with the same data API backend and show that data using a Telerik UI for Xamarin Chart control. See the Getting Started documentation here Getting Started with Xamarin.Forms Chart Control | Telerik UI for Xamarin

Regards,
Lance | Manager Technical Support
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
DataGrid
Asked by
Alex
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or