I have a project made in C#, ASP Net Core (2.1) with razor pages.
Now i need an image editor, usable by clients.
There's no need for cross-platform, so adding windows libs is ok.
Doesn't look like there's a telerik Image Editor control for MVC or Net Core, which is understandable.
However, when adding a windows compatibility package to a Net Core (razor) project, one should be able to do image editing.
My question is, is there an image editor control for this situation, or will there be in the future?
If not, is there an alternative to have a (controlled) image editor, where at least you can add text and images on top of another image?
Thanks.
When working with a (.NET) web project using Telerik controls, which technical limitations does a developer without a license have to face?
Can he for example build the project (Debug, Release)?
This is assuming that the project itself was created by a developer with a valid license.

Hi,
I would like to request to delete my Telerik account. I don't use it much often, i just tested it a little bit, so i don't need it anymore.
If someone can help me with this, that would be much appreciated.
thanks and greetings
If you put a RadTabStrip on the same page as a RadSpreadSheet the controls of the TabStrip expand where there is a lot of white space. I can't provide a screenshot but it's definitely the RadSpreadsheet causing the issue.
I'm not sure if there is a way to isolate the two. I've tried Asp.NET Masterpages, Divs, Spans, etc.
Perhaps overriding the CSS.
I want to customise the email body template.
I want the fields to be displayed in an xml format in the email body .
For Example, my email body should show fileds in the following format:
<FirstName>Sample></FirstName>
<LastName>S</LastName>
<MobilePhone>12341234</MobilePhone>
<Email><van@lee.com]]></Email>