Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Editable date in grid
posted

Hi, 

I'm having an editable row in a grid, which is a date, and followed the example from the documentation. 

https://stackblitz.com/angular/gdkjgjqnodn?file=src%2Fapp%2Fgrid%2Fgrid-editing-sample%2Fgrid-editing-sample.component.html

In the example, there is a format applied like 'dd/MM/yyyy'. When the cell is not in editable mode, it shows the correct format. 

However, if you click on the cell and go into editable mode, the format changes to MM/dd/YYYY(first the month instead of days). How can we keep the same format when you click on the cell to edit it? 

Parents Reply Children
No Data