I wanted to disable moving of elements only on the partial part of the grid-stack-item. I have 2 grid-stack-item-content and want to disable move on the second item content.
<div class="grid-stack-item">
<div class="grid-stack-item-content">
</div>
<div class="grid-stack-item-content">
</div>
</div>
There is data-gs-no-move="yes" attribute which can be added to grid-stack-item which disable moving on the whole element which I do not want.