Changing date format
Hi,
1) do not map eventDate to Date format;
2) do not put datePicker inside the Grid, you can place it out of Grid and make invisible;
3) map eventDate to text parameter of label event_Date;
4) In mapping add the following code:
codereturn $.datepicker.formatDate( 'D, M d yy', $.datepicker.parseDate('yy-mm-dd', value ) ) ;/code