Hi all,
I have a Asp.net Mvc 5 application using latest J1 Mvc build and have issue on a Grid Control see example field below
col.Field("StartTime").HeaderText("Start Time").EditType(EditingType.DateTimePicker).Format("{0:dd/MM/yyyy hh:mm:ss}").CssClass("edmund").Width(100).Add();
When I edit grid (dialoge edit) value for StartTime, the date and time has to be re-entered via Date Time picker, when I edit record I do not want to have to re-select Date and Time if I am only changing one of the other fields (Start date time field in edit dialogue is empty)
Thanks