Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Chris on Dec 30, 2009 08:28
open dhtmlx forum
navigate with tab just select cell and doesn't open it for edit

I have the following grid:

memberGrid = dhxLayout.cells("c").attachGrid();
memberGrid.setImagePath("lib/js/dhtmlX/dhtmlxGrid/codebase/imgs/");
memberGrid.setInitWidths("30,150,150,150,*");
memberGrid.enableMultiselect(true);
memberGrid.enableAutoWidth(true);

    
memberGrid.enableColSpan(true);
memberGrid.enablePaging(true,10,10,"pagingArea",true);
memberGrid.setSkin("light");
memberGrid.setPagingSkin("bricks");
memberGrid.enableDragAndDrop(true);
memberGrid.setDragText("Adresse","Adressen");
memberGrid.enableMercyDrag(true);
memberGrid.enableKeyboardSupport(true);
memberGrid.enableEditTabOnly(true);
memberGrid.enableEditEvents(true,true,true);
memberGrid.init();

when selecting any row in the grid an use tab-button, the cell soen't change in edit mode. i always have to press f2 oder click on it.
do i miss something?
thx
Answer posted by dhxSupport on Dec 30, 2009 09:16
Please try to comment this line
memberGrid.enableEditEvents(true,true,true); 
Answer posted by Chris on Dec 31, 2009 00:34
unfortunately no impact :-( could it be the sub_row_grid which is attatech to each row in memberGrid?
Answer posted by Alex (support) on Jan 12, 2010 08:12

Hello

sorry for delay. The issue wasn't reproduced locally. Please send us the complete demo to support@dhtmlx.com if the issue isn't solved.