Datepicker stops functioning after a subgrid is opened. I have setup a test site to demonstrate the problem. If you click on the + sign to add a workorder record you’ll see the datepicker functionality works. However, if you click on a subgrid “>” link, then close the subgrid link and then click on the + sign to add a workorder record you’ll see the datepicker functionality no longer works.
I sent you a personal email with the source code related to another problem which I’ll post shortly.
2 Answers
Hello, I’ll regenerate the case and update you back.
Fixed by removing the double inclusion of JS / CSS files.
The reason is the subgrid is loaded via ajax so the js/css files are already there in DOM that were loaded with parent grid.
Your Answer