function onClick(e) { $("#loadPanel").dxLoadPanel("show"); } --- The error Uncaught TypeError: $(…).dxLoadPanel is not a function Thak you Show previous comments(1) Hi Michel, I've prepared a solution based on your code and it works fine. Please test it and le...