Hello.
I am customizing the following demo source now.
The demo version of the source is located in the following path.
https://demos.telerik.com/aspnet-ajax/sample-applications/diagram-app/
https://demos.telerik.com/aspnet-ajax/sample-applications/diagram-app/DiagramAppSource.zip
But while working on it, I faced a big challenge.
The demo source did not have a function to give content property to the shapes displayed in the original diagram.
So, in order to put this function in here, I have tried a lot of effort by looking for various examples, but I couldn't implement the function.
So I want to get your help.
First, drag and drop a shape control from the toolbox to display it on the canvas, then select it and enter the body in the property editing window on the right to display the body in the shape.(at this time, add textbox on configPanel)
Also, the same function is realized for the connections.
I would be grateful if you posted the explanation and example code together.
Please help me.