How to disable the traversal through the grid cells when I clicks on the TAB key..ie; is there any way in extjs to avoid tab indexing..
Thanks in advance
selType: 'cellmodel',
selModel: Ext.create('Ext.selection.CellModel',{
enableKeyNav: false // to disable cell traversal when clicks on keys(es: TAB)
})
Just include these lines to your gridpanel (I used cell model for selection)
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more