Date/Time picker only showing on first row of grid

(v2026.3) We have master/detail tables with date/time pickers on the detail table. In v2026.3, the detail grid has multiple rows but only the first row shows the date/time picker buttons. In v2020, the buttons showed on every row. I couldn't find an example on the demo site with date/time pickers in a grid.

There are two errors in the console. I don't see any mention of the date/time picker in the errors:

TermContractsView2Ad…ntsView2&fk_ID=71:1 Loading the script 'http://localhost:8080/_vs/browserLink' violates the following Content Security Policy directive: "script-src 'self' blob: https://www.google-analytics.com https://\*.googleapis.com https://\*.gstatic.com \*.google.com https://\*.ggpht.com \*.googleusercontent.com https://js.pusher.com https://cdn.tiny.cloud https://\*.youtube.com 'nonce-C7DoAd5DCLxP8Z8T8K7DmAQ8QWp1J5eV6vfQeLM0p4w=' 'unsafe-eval' 'strict-dynamic'". Note that 'strict-dynamic' is present, so host-based allowlisting is disabled. Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked.

TermContractsView2Ad…ntsView2&fk_ID=71:1 Loading the script 'http://localhost:8080/_framework/aspnetcore-browser-refresh.js' violates the following Content Security Policy directive: "script-src 'self' blob: https://www.google-analytics.com https://\*.googleapis.com https://\*.gstatic.com \*.google.com https://\*.ggpht.com \*.googleusercontent.com https://js.pusher.com https://cdn.tiny.cloud https://\*.youtube.com 'nonce-C7DoAd5DCLxP8Z8T8K7DmAQ8QWp1J5eV6vfQeLM0p4w=' 'unsafe-eval' 'strict-dynamic'". Note that 'strict-dynamic' is present, so host-based allowlisting is disabled. Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked.

Cannot simulate. Enable master/detail add for the customers/orders tables in the demo project and the date/time picker is showing correctly.

Make sure that you are using the latest version (2026.3) and have updated to the latest template (Tools -> Update Template). Generate to a clean folder, clear browser cache and test again.

You may want to send your project file/database to the support email if you are a registered user.

That did it, thank you! Although I normally have the box checked to clear project folder first and I see it deleting files when generating, lately it feels like that isn't as thorough as manually deleting everything in the folder (including hidden files if you use Visual Studio). I deleted everything in both the project folder and publish folder except logs and uploaded files. I had updated the template yesterday so either it changed today or deleting files fixed it. Now the date/time picker appears on every row.