Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #103267
    Angel
    Participant

    <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!

    #103269
    admin
    Keymaster

    Hi Angel,

    We followed the Excel-like behavior and Tab key does not enter a cell into edit mode. Instead it confirms the edit and moves the selection to the cell on the right and you can then start typing or press F2. Similar is the behavior of the Enter key, which confirms the edit and moves the selection to the cell below.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

    #103270
    Angel
    Participant

    Perfect! Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.