jQWidgets Forums

jQuery UI Widgets Forums Grid Column is auto sorted on reorder

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Column is auto sorted on reorder #58162

    Kiran Kumar.H
    Participant

    Hi,
    I have a grid with server side filterting, sorting & paging enabled.
    properties are below listed
    columnsresize: true,
    columnsreorder:true,
    enabletooltips: true,
    virtualmode: true,
    enablehover: true,
    editable: true,
    editmode: ‘dblclick’,
    altrows:true,
    filterable: true,
    sortable: true,
    showsortcolumnbackground: false,
    sorttogglestates: 1,
    showfiltermenuitems: true,
    showfilterrow: true,
    showfiltercolumnbackground: false,
    groupable: true,
    pagesizeoptions: [’10’, ’15’, ’30’, ’50’, ’75’, ‘100’, ‘200’],
    pagesize: _ViewsAndGrid.GridPageSize,
    columns: [],
    selectionmode: ‘checkbox’

    Problem is only in firefox. if i reorder the columns in the grid, its auto sorted sometimes

    Can you please suggest some solution for this.

    Thanks,
    Kiran

    Column is auto sorted on reorder #59100

    Kiran Kumar.H
    Participant

    Hi,

    Any solution for this?

    Thanks,
    Kiran

    Column is auto sorted on reorder #59103

    Peter Stoev
    Keymaster

    Hi Kiran,

    If you click on a column header and the Grid and the column are sortable, sorting will be applied. Otherwise, it will not be.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.