jQWidgets Forums

jQuery UI Widgets Forums Grid Toolbar breaks grid editing

This topic contains 4 replies, has 2 voices, and was last updated by  alexz 12 years, 1 month ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Toolbar breaks grid editing #17116

    alexz
    Member

    Hi,

    when I enabled toolbar, grid editing stopped working. I removed my rendertoolbar function, but only showtoolbar:true seems to break it.

    Any ideas?

    $('#jqxAjaxGridOrder').jqxGrid({source:dataAdapter
    ,theme:'classic'
    ,editable:true
    ,altrows:true
    ,columnsresize:true
    ,columnsreorder:true
    ,autoheight:true
    ,selectionmode:'singlecell'
    ,editmode:'dblclick'
    ,width:'100%'
    ,virtualmode:true
    ,showtoolbar:true
    ,pageable:true
    ,filterable:true
    ,showfilterrow:true
    ,sortable:true
    ,rendergridrows:function () { return dataAdapter.records; }
    ...

    All the best,
    Alex

    Toolbar breaks grid editing #17120

    Peter Stoev
    Keymaster

    Hi Alex,

    Have you tried this with different edit modes?

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Toolbar breaks grid editing #17122

    alexz
    Member

    I tried it now and it works with ‘click’ edit mode, but we need dblclick for edit, and click for selecting rows.

    Are you planning to fix this?

    Toolbar breaks grid editing #17124

    Peter Stoev
    Keymaster

    Hi Alex,

    I created a work item about it and it will be resolved for jQWidgets 2.8. Thanks for the valuable feedback.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Toolbar breaks grid editing #17125

    alexz
    Member

    Thanks, are you planning to release 2.8 soon?

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

You must be logged in to reply to this topic.