Panel | Width | Height | row | column |
Label01 | 5 | 5 | 0 | 0 |
chart01 | 34 | 11 | 0 | 5 |
label02 | 5 | 5 | 7 | 0 |
StackedIcon | 10 | 5 | 15 | 0 |
Table01 | 13 | 6 | 15 | 11 |
Table02 | 13 | 6 | 15 | 24 |
Hi Keerthana,
I have managed to adapt the sample you have
provided to replicate the behaviour could you please take a look (this was done
in VS 2019), please note to replicate you need to normally collapse and expand
the side menu bar at least once as per the comment I have made in the
index.cshtml page - it seems to be related to if there is any spare space on the page but I would think it still should not do it:
<!--
If this button is here it does not jump panels - if removed on mouse focurs it
does - open and collapse the menu at least once and it will do it on mouse
hover of a panel
<div
style="padding:10px">
Html.EJS().Button("add").CssClass("e-primary").Content("Update
Content").Render()
</div>
-->
Please note to fit it into the max file size I have had to do remove the packages as per the sample sent before.
Thanks in advance.
Ian.