Hi,
I have migrated my site from SP2010 to SP2013.Everything is fine and while I click the calendar item in the following javascript error is coming
'SP.UI.ModalDialog' is null or not an object
.Now i click the other list item to view then click the calendar item now it is working good.
I tried the method
"ExecuteOrDelayUntilScriptLoaded (<method>, "sp.js");"
but there is no use and i added manually the reference for the following files in my master page but the error list getting extended.
<script type="text/ecmascript" src="/_Layouts/MicrosoftAjax.js"></script> <script type="text/ecmascript" src="/_layouts/sp.core.js"></script> <script type="text/ecmascript" src="/_layouts/SP.js"></script> <script type="text/ecmascript" src="/_layouts/SP.UI.Dialog.js"></script>
could you guide me please?
Thanks.
- Edited by THOMAS INDIA 5 hours 0 minutes ago