Hi,
All controls correctly renders in normal views, but not inside PartialViews (loaded via Ajax calls). I've tried to add <ejs-scripts></ejs-scripts> tags at the end of the Partial, but it doesen't change the situation.
After loading the partial view in console I have this error:
Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '#' is not a valid selector.
at t.appendTo (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:289761)
at <anonymous>:11:21
at DOMEval (https://localhost:xxxxx/lib/jquery/dist/jquery.js:111:12)
at domManip (https://localhost:xxxxx/lib/jquery/dist/jquery.js:5762:8)
at jQuery.fn.init.append (https://localhost:xxxxx/lib/jquery/dist/jquery.js:5898:10)
at jQuery.fn.init.<anonymous> (https://localhost:xxxxx/lib/jquery/dist/jquery.js:5992:18)
at access (https://localhost:xxxxx/lib/jquery/dist/jquery.js:3939:8)
at jQuery.fn.init.html (https://localhost:xxxxx/lib/jquery/dist/jquery.js:5959:10)
at Object.<anonymous> (https://localhost:xxxxx/lib/jquery/dist/jquery.js:9892:9)
at fire (https://localhost:xxxxx/lib/jquery/dist/jquery.js:3268:31)"
many thanks in advance