Unplanned
Last Updated: 18 Feb 2021 11:38 by ADMIN
Developer
Created on: 18 Feb 2021 11:38
Category: Grid
Type: Bug Report
1
Script blocks are visible in grid toolbar

A recent update has revealed some strange behaviour in some (not all) grids. In the attached screenshot, the javascript for the two buttons is on display inside the toolbar. If I move them out of the toolbar, the script no longer displays.

As a workaround, I have added this to CSS:

script {
	display: none !important;
}

0 comments