3.2.0

Grid Sort

Please excuse me if this is a known bug, but im having trouble with refresh in my grid after forcing a sort.

Im calling a sort mygrid.sort(0, 'ascending'); which works fine.

If i then get element 0,0 the returned value is the original value before the sort.

If I use mygrid.refresh then i get weird results in the grid.

Can anyone help please?

SM
Simon
May 14,
hai


// create ActiveWidgets Grid javascript object
var obj = new AW.UI.Grid;

// define data formats
var str = new AW.Formats.String;
var num = new AW.Formats.Number;


// which colomn u want to sorting use this code
obj.setCellFormat([str, str, num, num, num]);
Ravindra Urlam
May 14,

This topic is archived.

See also:


Back to support forum