Did again some tests. This time I used runtime 3484. Converted to solution (but I am pretty sure that this cannot make a difference in that specific issue).
The above datawindow shows a follows:
I'm using an expression (if(mod(getrow(), 2)=1, rgb(192, 220, 192), rgb(192, 220, 0)) in background color with vertical gradient).
I have added a button <none> that executes the following command:
dw_contracts_funds.modify("datawindow.detail.color = 12639424~tif(mod(getrow(), 2)=1, rgb(192, 220, 192), rgb(192, 220, 0))")
When pressing that button I see no change on my datawindow. But when testing the same in PB 2022 r3, the space on right of column max date changes color. So I do see a different behavior.
Also, setting:
...
"datawindow":
{
"drawing":true,
"background-color-enabled":false,
...
seems to have no effect in PB 2025 Beta, while in PB 2022 R3 I do see the background color that I set in the datawindow.
So I can say that I do see at least two points where the behavior differs.
Andreas.