I have an old net 4.7 console app that creates a telerik grid object and fills it with data and then exports the result to excel.
I want to upgrade this app to net8.
I am a bit unsure this is possible so first ? is:
1] Can you have a net8 console app and use Telerik grids in them?
something like: static Telerik.WinControls.UI.RadGridView objGrid = new Telerik.WinControls.UI.RadGridView();
2] If so what packages do you need installed and what using statements do you need?
3] If not, could you create a MAUI app with no forms , to act like a console app, and do it that way?
I have been all over the net looking and am just not finding a simple example. { So I am wonderiong if tis even possible now! }
Thanks in advance
Deasun.
You seem to be using Telerik components and would like to switch from.NET Framework 4.7 to.NET 8. Nevertheless, different product lines are compatible with various.NET application types.