What's the Guidance, regarding ports of WPF UIs to React 18?

1 Answer 96 Views
General Discussions GridView
Doug
Top achievements
Rank 2
Iron
Iron
Iron
Doug asked on 12 Sep 2023, 02:42 PM

Our organization has an app that we're porting from .NET/WPF to React. We have several grids, that utilize this:

```

using System;
using System.Collections.Generic;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
using Telerik.WinControls;
using System.Configuration;
using System.Data.SqlClient;
using Telerik.WinControls.UI;
using Telerik.WinControls.Data;
using System.Data.OleDb;
using System.Linq;
using System.Threading.Tasks;
using System.Web.UI.WebControls;

using System.ComponentModel;

```

Instead, I'd like to use KendoReact.

Before I rewrite the entire thing in NextJS/KendoReact, are there some tools and techniques that I could use to save time?

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 15 Sep 2023, 02:31 PM

Hello Doug,

There are no tools or any other resources that show how to migrate between WPF and any of the web based Telerik suites - like Kendo React. What I can suggest you is to use the help documentation as a reference when writing your web application and if you have any questions to open a new support ticket from your telerik.com account.

Regards,
Martin Ivanov
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
General Discussions GridView
Asked by
Doug
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Martin Ivanov
Telerik team
Share this question
or