Hidden Columns and Tab key related issue

Hi,

In the Grid, I have set columns 1,2,3,4 as hidden using setColumnHidden method.

But when i use Tab key to navigate through the cells in the grid, it is not going through in a perfect manner. that is, the Tab key navigations works only between the cells in the selected row. Automatically after the last cell, if i press tab key, it is not moving to the next row. If i make the columns 1,2 ,3,4 as visible , then tab key works perfectly,

Pls assist in siolving this issue.



Also please let me know how i can set a column as Hidden in XML?

Problem confirmed and fixed - fix will be available as part of next build ( if you need updated file ASAP - please contact us directly at support@dhtmlx.com and provide your ref. number )

>>Also please let me know how i can set a column as Hidden in XML?
There is no special attribute , but you can use common afterInit/call@command structure


   
       …
      
             1true