Hello,
I would like to ask whether it is possible to maintain the same styling for a newly added rows in DxTable (we implemented multiple new rows) as for the existing rows (row coloring, hover effect)?
We are using [ rowAlternationEnabled ]="true" but every new row has white background, it does not using dx-row-alt css class for every second row.
New rows are adding on top of existing.
Thank you.
Hello Pavlo,
Thank you for reaching out to us.
Could you please clarify whether you mean rows that are added but not saved in batch editing mode? Like in this demo: Batch Editing. If so, it's necessary to add these styles manually. For example:
.dx-row-lines.dx-row-inserted.dx-state-hover { background: red !important; }
We look forward to your reply.