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