Add the below code in the calendar view page using designer or add using script editor / content editor in the page where calendar view inserted < script src ="http://code.jquery.com/jquery-1.11.1.min.js" type ="text/javascript"></ script > < script type ="text/javascript"> $(document).ready( function () { setInterval( function () { $( "a[href*='DispForm.aspx']" ).each( function () { $( this ).attr( "onclick" , "openDialog('" + $( this ).text() + "','" + $( this ).attr( "href" ) + "')" ); $( this ).attr( "href" , "javascript:void(0)" ); $( this )....