DHTMLX Tree Grid & Keymap Excel

Hi,
Scenario
In my Grid as first column, i am having a row counter and second column i am having Tree grid and i have several columns also…

The Problem is

  1. When Tree is available in Grid and when i use Keymap Excel, the Right and Left Keys are not functioning.
  2. As my 1st Column is Row counter, The keys should not take that column as Home, It should be take 1 columns as Home.

Please advise how to Handle this scenario.

Thanks In advance.

  1. In TreeGrid right\left arrows open\close child nodes. There is no way to have 2 behaviors in the same time: open\close child node and navigate to the next cell.
  2. It can be done only with code modifications. If such requirement is critical in your case please open ticket at support.dhtmlx.com/

thanks for ur reply,

We have fixed the 1st issue of Moving the Right and Left key when there is tree in the grid and its working fine.

You can use “onKeyPress” event to configure what cell should be selected when you press “End”, “Home” buttons
docs.dhtmlx.com/doku.php?id=dhtm … onkeypress