Steps to reproduce:
- Open this CodePen sample.
- Click the
test
button.
Current results:
- Gray boxes appear
Expected results:
- No gray boxes
Additional information:
- As a possible workaround, you can use the following CSS rule:
CSS.dx-datagrid .dx-datagrid-rowsview.dx-empty .dx-virtual-row>td:not(.dx-datagrid-group-space)::before {
content: none;
}