Hi
I'm looking at the Dashboard Layout control and the example of dynamically adding panels:
https://ej2.syncfusion.com/aspnetcore/documentation/dashboard-layout/panels/add-remove-panels/
If I try and add a panel with content that contains another EJ2 control, it doesn't seem to work.
So in your example I change:
content: "<div class='content'>" + count + "</div>"
To:
content: "<div class='content'>" + count + "<ejs-datepicker id='dp1'></ejs-datepicker></div>"
But when it displays, it doesn't show the date picker.
What am I doing wrong?
Also is it possible to change the content of an existing panel using Javascript with new content containing EJ2 controls?
Thanks