
AndyLouSeer - 2009-03-22 23:15:00
Can I suggest an additional feature for future versions of the DataGrid Class?
Currently a date is displayed in a grid as YYYY-MM-DD. This is a little foreign to UK users, at least, who normally have dates displayed as DD-MM-YYYY or something similar.
Would it be too difficult to allow users to display dates in their own specified format? Possibly allow a parameter such as:
{name: 'DueDate', type: DDTYPEDATEDD-MM-YYYY, width: 200, editable: true}
It would REALLY be useful if, when a user clicks the pen (edit) icon of a date cell, a calendar popped up to enable them to input a date.