3.2.0

Date sort issue (#ERR gets display)

I have created a grid with the option to display 10/20/50/100 rows to display and
I am using the below code for sort a date column
var date = new AW.Formats.Date;
date.setTextFormat("dddd, mmmm dd, yyyy hh:mm:ss tt");
gGrid.setCellFormat(date, 1);


The date sort works fine but once i sort and changes the number of rows to display for grid, the first 10 rows displays correctly but after that it shows #ERR for all the remaining rows.

-sandeep
sandeep
May 29,
anyone pls??
May 30,

This topic is archived.

See also:


Back to support forum