Categories | Question details Back To List | ||
setExternalTabOrder for DHTMLXGRID Hello , I have an issue in Mozilla and firefox when i use setExternalTabOrder function. I have a form with many html elements and a grid in between.So basically i need to traverse within elements and also within the grid. I am using tabindex attribute to set the tab order of the HTML elements and setExternalTabOrder of grid to tranverse with elements present before and after the grid. Without using setExternalTabOrder everything works fine but focus doesnt go inside the grid.But if i use setExternalTabOrder it goes inside the grid and comes out of the grid , but the tab order is disturbed and doesnt work the usual way. M not able to figure out a solution for the same.Is it anything related to "ev.cancelBubble=true;" used in the setExternalTabOrder method?? Or is there any other approach to this prob? Answer posted by Stanislav (support) on Oct 15, 2009 02:06 There was a problem, which may put focus back in the grid, after element with last tab order. Fix for the problem will be available as part of the next build. If you need it ASAP - please contact us directly at support@dhtmlx.com |