Sami
asked on 12 Jul 2023, 08:30 PM
| edited on 12 Jul 2023, 11:21 PM
I need to add a button inside a diagram element as example inside a shape or group elements, if it is not possible, add a pop up menu or something similar...
Do you have any advice?
1 Answer, 1 is accepted
0
Nikolay
Telerik team
answered on 17 Jul 2023, 06:42 AM
Hi Sami,
The Diagram does not support standard HTML elements. Anything that is appended to it must be "drawn".
I looked through some older cases and I found the following forum thread that showcases something similar to what you're looking for:
When you click on one of the names in the Shape, an alert will appear with the first name of the person. When you click on the title, the title will be printed.
You can use this approach to extend the logic and achieve the desired outcome.