I tried the way that is already described in an answer to this question.
Bootstrap control with multiple “data-toggle”
But this way is not working.
Is there any other way of using data-toggle="modal" and data-toggle="dropdown" on a same link.
<li class="dropdown" data-toggle="modal" data-target="#myModal"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"><span>My Menu</span></a>
<ul class="dropdown-menu">
<li><a href="mang_store">First Menu</a></li>
</ul>
</li>`