Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jaz on Jul 07, 2009 03:04
open dhtmlx forum
Tab Order in Grid

Hi,

i am using setExternalTabOrder(startTab,endTab);

How to set focus from one grid field to another grid first field using this above method.endTab should be second grid first field.and
startTab is my free form field.

But in this case it is not working.But when the start and endTab is free form field (input field)its working not the field in grid.
Answer posted by dhxSupport on Jul 07, 2009 03:30
There is no way to move focus from one grid to anoter using setExternalTabOrder method. You can catch "onTab" event and move focus to another grid manually.