Edit datetime picker

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

5 Replies

TS Thavasianand Sankaranarayanan Syncfusion Team July 12, 2018 12:29 PM UTC

Hi Edmund, 

Thanks for contacting Syncfusion support. 

As per your given detail we suspect that the selected value is not shown in the edit form dialog. We have prepared a sample and we are unable to reproduce the reported issue from our end. 

We have prepared a video demonstration of not reproduction of the issue. 


We have prepared a sample and it can be downloadable from the below location. 


Please provide the following details for better assistance. 

  1. Share screen shot or video demonstration of the issue.
  2. If you have the start time column value as a string in dataSource?
  3. If you having the dialog template form as edit mode then share those template form details.  
  4. Share full Grid code example.
  5. Share exact or proper replication procedure to reproduce the reported issue.
  6. Share Essential Studio version and browser version details.
  7. If possible try to reproduce the issue in the above attached sample.

Regards, 
Thavasianand S. 



EH Edmund Herbert July 13, 2018 06:31 AM UTC

Hi,

Thanks for prompt reply I found issue (locale was set and that clashed with setting Date and Time)

Thanks



TS Thavasianand Sankaranarayanan Syncfusion Team July 16, 2018 12:27 PM UTC

Hi Edmund, 

Thanks for your update. 

Before proceeding to your query we need the following details for better assistance. 

  1. Share the full Grid example both server and client end.
  2. Which locale that you have using in your application ?
  3. Are you using dialog template form or a normal dialog edit form in your Grid sample.
  4. Share scree shot or video demonstration of the issue.

Regards, 
Thavasianand S. 



EH Edmund Herbert July 16, 2018 12:37 PM UTC

Hi issue has been resolved

Thank you for feedback


TS Thavasianand Sankaranarayanan Syncfusion Team July 17, 2018 10:59 AM UTC

Hi Edmund, 
 
We are happy that the problem has been solved. 
 
Please get back to us if you need any further assistance.  
                          
Regards, 
Thavasianand S.                         


Loader.
Up arrow icon