Show Grid Column


Show a grid column
function showGridColumn(gridId, index) {
    $("#" + gridId).showColumn(index);
    $("#" + gridId).enableValidation(index);
}