jQWidgets Forums

jQuery UI Widgets Forums Grid jqx grid context menu does not on tab

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqx grid context menu does not on tab #27511

    ranjanra
    Participant

    hi,  i have used jqxgrid in my app , jqxcontext menu appears on desktop but i does not appears on tablet on tapping , here is my code , can any one help me what changes should i make to make it work

    gridParentElem.jqxGrid({

    columns: columns,
    source: source,
    // Changes—–commented code to hide 1st column from search result table .
    // nested grid configuration
    /*rowdetails: true,
    rowdetailstemplate: {
    rowdetails: “<div></div>”,
    rowdetailsheight: 34,
    rowdetailshidden: true
    },
    initrowdetails: nestedGrid.initRelatedClasses,*/

    altrows: false,
    columnsheight: this.getConfig(‘columnsheight’),
    columnsresize: true,
    columnsreorder: false,
    enableanimations: false,
    enablehover: false,// don’t highlight the row under the mouse pointer
    filterable: true,
    groupable: true,
    pageable: false,
    selectionmode: ‘none’,
    enablebrowserselection : true,
    showgroupsheader: this.getConfig(‘showgroupsheader’),
    rowsheight: 34,
    width: ‘100%’,
    touchmode: true,
    height : ‘100%’,

    // enable multiple column sorting
    sortable: {
    mode: “multiple”,
    allowUnsort: true
    },
    //autoheight: true,
    // editable: true,
    //selectionmode: ‘none’,
    ready : function() {
    self.jqxGridObject = this;
    }
    }

    jqx grid context menu does not on tab #27516

    Peter Stoev
    Keymaster

    Hi ranjanra,

    The default Menu built in the Grid requires two Taps on a touch device. Tap the column’s header on its right edge. Then tap again to open the column’s menu.

    Best Regards,
    Peter Stoev

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

    jqx grid context menu does not on tab #27517

    ranjanra
    Participant

    i wanted to show context menu on column header tap , and tap should be once , so what changes do you suggest ..

    jqx grid context menu does not on tab #27518

    Peter Stoev
    Keymaster

    Hi ranjanra,

    When you initialize the Grid, set the autoshowcolumnsmenubutton property to false. That will make the column’s button which open the context menu to be always displayed.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.