Devextreme overlay controls show up as two instances

317 views Asked by At

I am using Devextreme dxDataGrid control in my page and I am facing the issue that Delete confirmation dialog and Drag-Drop overlay shows two instances instead of one.

Following are the screenshots: Delete confirmation dialog has 2 instances

Row dragging preview shows 2 rows

1

There are 1 answers

1
hotcoder On BEST ANSWER

The issue is resolved after removing dx-viewport css class from my View page.