jQWidgets Forums

jQuery UI Widgets Forums Grid Cursor on cell focus

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 7 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Cursor on cell focus #95350

    Rana
    Participant

    http://jsfiddle.net/9KHrm/213/
    In the above code, i highlighted the borders of the error-ed cells of first column.
    But when i focus the error-ed cells,cursor pointer(blinker) is not displayed.
    how can i show blink on errored cell focus?

    Cursor on cell focus #95411

    Hristo
    Participant

    Hello Rana,

    You could try on that way:

    .erroredcolumn {
        outline: 1px solid red;
        outline-offset: -2px;
        cursor: pointer;
        padding: 0 0 0 1px;
    }

    Or something like that:
    .erroredcolumn input { padding-left: 2px; }

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.