isLocked

Returns the locked state of a column.

    if ($("#grid").swidget().isLocked("id")) {
        // the id column is frozen
    }