isHidden

Returns whether a column is hidden or not, based on its current visible state.

    if ($("#grid").swidget().isHidden("id")) {
        // the id column is not visible
    }