Built with from Grav and Hugo
function hideGridColumn(gridId, index) { $("#" + gridId).hideColumn(index); $("#" + gridId).disableValidation(index); }