3.2.0

Editing Date Columns

Hi,

Has anyone tried editing the Date formatted cells?

We have a table with editable column formatted with AW.Formats.Date. The column is populated by XML data from server.

Editing the column with Date seems painful. One has to select two chars a time and change the value. I cant change the year value '1995' to '2006' easily. I have to select '19' first change to '20' and then select '95' and change to '06'.

The Date validation is being done as the user is typing in the values, rather than on cellValidation event. Is there a way to change the default behaviour, so that the user can type in any value and then validate when he is finished editing.

var dateFormat     = new AW.Formats.Date;
dateFormat.setDataFormat("mm/dd/yyyy");
dateFormat.setTextFormat("mm/dd/yyyy");
var formatArray = [strFormat, numFormat, strFormat, dateFormat];
grid.setCellFormat(formatArray);

thanks
Raj Nair
August 21,
any input?

I was able to workaround it using Stirng format and by writing a regular expression for parsing the date string. But the proper solution would be really appreciated.

thanks

Raj Nair
August 23,
What you have described is NOT the default behavior. It might be that you added some event handlers which trigger this problem.
Alex (ActiveWidgets)
August 24,

This topic is archived.

See also:


Back to support forum