Tuesday, July 15, 2014

Custom Masterpage reappears in Modal dialog

Introduction

 We might faced the master page problem which is applied to modal dialog also. I am going to share an idea to resolve this issue.

Solution

When we applying custom master page for our site. The master page will apply to modal dialog also.




To avoid this, we need to add s4-notdlg class in our all custom <div> / <table> in master page .

<div class="footer s4-notdlg">

Deploy your solution and check, this issue will get resolved.




Happy Coding .... !!!!!!




No comments:

Post a Comment