模态BootStrap窗口无法在组件中回滚-Asp.net MVC

时间:2018-06-29 15:22:35

标签: asp.net asp.net-mvc twitter-bootstrap asp.net-mvc-4

我有一个无法解决几个月的问题!我使用的是bootStrap和JS样式的程序包,其中在_Layout中引用了它们。在呈现并从主页继承的所有页面上,所有内容均正常运行。只需打开模式窗口,问题就会开始出现。请注意,页面索引中的DropDown的样式正确,但是“创建”视图中的相同下拉菜单不起作用。

enter image description here

<div class="modal fade modal-primary" id="modalGenerica"  role="dialog" tabindex="-1" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" aria-hidden="true" data-dismiss="modal">x</button>
                <h4 class="modal-title" id="myModalLabel">Customer</h4>
            </div>
            <div class="modal-body">
                <div id="modal-content">
                    Carregando...
                </div>
            </div>
        </div>
    </div>
</div>

enter image description here

要使我的模态正常工作,我的控制器将返回一个“创建”视图,但是以模态(在索引中设置)加载该视图时,我需要为Layout属性播放null,否则该窗口不会打开。 (这可能是一个问题)。我已经尝试过使用PartialViews打开Modals,但是它也不起作用...

我将把链接留给任何想要看项目的人:  https://onedrive.live.com/?id=40838E65B9F8787E%21120&cid=40838E65B9F8787E

0 个答案:

没有答案