[CLOSED] GridPanel, CheckboxSelectionModel, EnableKeyNav dynamically on the client side

  1. #1

    [CLOSED] GridPanel, CheckboxSelectionModel, EnableKeyNav dynamically on the client side

    Hi,

    Is it possible to enable and disable (switch on/off) keyboard navigation on the client side.
    I would like to give that option to the users. Some of them like keyboard navigation, and some don't.

    I have already tried to change .enableKeyNav=true/false but it's not enough.
    I know how to do it on the server side but that require full page or user control reload.

    Thank you in advance.

    Matt
    Last edited by Daniil; Dec 25, 2014 at 9:28 AM. Reason: [CLOSED]
  2. #2
    Hi Matt,

    Please use
    App.GridPanel1.getSelectionModel().keyNav.disable();
    App.GridPanel1.getSelectionModel().keyNav.enable()
  3. #3
    Thank you, Works well.
    Last edited by matt; Dec 25, 2014 at 1:22 PM.
  4. #4
    Yes, a new thread for each question would be better.

Similar Threads

  1. Replies: 15
    Last Post: Apr 26, 2013, 5:37 AM
  2. [CLOSED] client side filtering in gridpanel
    By EddieJensen in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 11, 2013, 9:03 AM
  3. Replies: 4
    Last Post: Dec 27, 2012, 12:07 PM
  4. Replies: 1
    Last Post: Mar 26, 2012, 5:59 PM
  5. [CLOSED] dynamically modifying submenu items on the client side
    By coleg123 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 06, 2011, 6:54 PM

Tags for this Thread

Posting Permissions