Unplanned
Last Updated: 04 Nov 2021 12:29 by ADMIN
Mathew
Created on: 23 Feb 2016 17:03
Category: Grid
Type: Feature Request
4
Grid: Add column reorder"ed" and column resiz"ed" events that happen after the grid has updated itself. Like dataBinding & dataBound events
Thus avoiding the need to work around the timing problem with a timeout like this:
columnReorder: function(e) {
 setTimeout(function() {
                // save data logic implementation.
            }, 100);
}
0 comments