<p class=”root-block-node” data-changed=”false” data-paragraphid=”3″>Hi,</p>
<p class=”root-block-node” data-changed=”false” data-paragraphid=”4″>I’m trying to cell edit on a grid when I press the Tab key. I’m using this parameter on a grid, but if I don’t click on the cell, the cell edition doesn’t start.</p>
<div>
<div>selection = {</div>
<div> enabled: true,</div>
<div> allowCellSelection: true,</div>
<div> mode: 'extended'</div>
<div> }</div>
</div>
How can I do this?
Thanks!