jQWidgets Forums

jQuery UI Widgets Forums Grid Removing Grid's Tabindex

Tagged: ,

This topic contains 2 replies, has 2 voices, and was last updated by  Vaccano 7 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Removing Grid's Tabindex #22550

    Benji6996
    Participant

    When initiating a grid, it adds a tabindex to some of the elements within the grid… This is interferring with the tabindex set on my inputs within one of my forms that the grid is being used in.

    My question, therefore is, is it possible to either prevent the grid from applying a tabindex to these elements, or alternatively removing it from any element within the grid once the grid is created?

    Removing Grid's Tabindex #22552

    Benji6996
    Participant

    This is how I am currently doing it, is there a better way?

    ready: function(){
    // Remove any tabindex's set by the grid
    $('#grid [tabindex]').removeAttr('tabindex');
    }
    Removing Grid's Tabindex #97995

    Vaccano
    Participant

    4 years later and this is still a problem… Sad that no one answered this.

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

You must be logged in to reply to this topic.