Title: Change focus using tab key while editing row Post by: gordis gmbh on November 13, 2015, 09:15:18 AM When you add a new row in edatagrid, type some text in the first editor of the row and press tab key in order to shift the focus to the next fields editor, the focus is set to next column's filter textbox!
This happens only when edatagrid contains frozen columns. Please find a demo here: http://jsfiddle.net/xz955jLe/71/ (http://jsfiddle.net/xz955jLe/71/) Secondly, when row is added, the focus to the first editor of the row is not set automatically. I need to do this in onAdd event handler, can this be done globally for all edatagrids? Thanking you for some hints. Title: Re: Change focus using tab key while editing row Post by: stworthy on November 15, 2015, 07:28:01 AM When begin editing a row, set the 'tabindex' attribute value for all the editors. Please refer to http://jsfiddle.net/xz955jLe/73/
|