Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rohan on Sep 01, 2009 11:07
open dhtmlx forum
dhtmlxgrid setExternalTabOrder

Hello,

I dynamically load a dhtmlxgrid on a javascript even and have used setExternalTabOrder(start,end) of dhtmlxGrid object. The tabbing works fine as long as the dhtmlxgrid is present on the page. After i remove the grid, instead of reverting back to the original tabbing sequence, a javascript error 'Object Required' is thrown.

Is there any way to reset the external tab order ?

Thanks in advance.
Answer posted by dhxSupport on Sep 02, 2009 03:33
>>After i remove the grid, instead of reverting back to the original tabbing sequence, a javascript error 'Object Required' is thrown.
Can you please send us example how are you removing grid? 
Answer posted by Rohan on Sep 03, 2009 22:52
I am removing the grid by setting the innerHTML of the container div to "". But even if i set the grid object to null, the error still occurs.