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.
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?
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.