jQWidgets Forums

jQuery UI Widgets Forums Grid grid – move rows up or down

This topic contains 4 replies, has 2 voices, and was last updated by  assaf.frank123 11 years, 7 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • grid – move rows up or down #33053

    assaf.frank123
    Participant

    Hi,

    I noticed that when a grid is groupable , the sorting of a columns is does not work (I imagine by design),
    so what I need is –
    1. Adding a row to the grid in a specific location (not only first or last) – is this possible?
    2. An easy way of moving a row to a certain location – up or down – or at least moving the row 1 row up or 1 row down .
    Is there an example for this?

    Many thanks.

    grid – move rows up or down #33055

    Peter Stoev
    Keymaster

    Hi assaf.frank123,

    Unfortunately, both of the requested features are not available.

    Best Regards,
    Peter Stoev

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

    grid – move rows up or down #33057

    assaf.frank123
    Participant

    Hi Peter,

    Is there a plan to add this support ?

    I mean it is quite basic –
    You have a grid with an ID. The grid is ordered by this ID.
    Now the user create a new row with an ID in between if the existing IDs.

    How should I keep the grid ordered in this case?
    I remind you the grid is groupable.

    Thanks

    grid – move rows up or down #33059

    Peter Stoev
    Keymaster

    Hi assaf.frank123,

    It is possible to add a row at top or at bottom. As far as I know, we do not have plans for extending the support of the “addrow” method.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    grid – move rows up or down #33134

    assaf.frank123
    Participant

    Do you have a suggestion how to achieve what I am looking for?
    I need a simple way of moving a row up / down without loading the page from the server..

    a. Perhaps can I “Rebuild” the data source for the grid in the correct order and refresh/refreshdata/render etc.. (I am not sure what the
    difference is between all these).
    b. this grid in question is in a tab – and the content is loaded by an external jsp – when tab is clicked I execute-

    $.get(url, function (data) {
    $(‘#tab1’).html(data);
    });

    how can i “click” the tab I am currently inside of?

    c. Is it possible to purchase capabilities for jqxwidgets (such as what I am asking to do)?

    Many Thanks

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

You must be logged in to reply to this topic.