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
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,