JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › datePicker error in grid › Reply To: datePicker error in grid
March 30, 2022 at 8:57 am
#103026
tbettinazzi@axioma.it
Participant
Sorry but I still don’t understand where and how to set locale.
I use :
{ label: ‘Campo data 1’, dataField: ‘C6’, cellsFormat: ‘dd/MM/yyyy’,
editor: {
template: ‘dateTimePicker’,
formatString: ‘dd/MM/yyyy’,
onInit(index, dataField, editor) {}}},
but I don’t understand where set my locale.
Tks