@tbettinazziaxioma-it

@tbettinazziaxioma-it

Forum Replies Created

Viewing 4 posts - 106 through 109 (of 109 total)
  • Author
    Posts
  • in reply to: datePicker error in grid #103032

    Tks but I still don’t understand how to “pass a date” in a json datasource.

    Could You suggest the correct way ?

    Tks

     

     

    in reply to: datePicker error in grid #103026

    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

    in reply to: datePicker error in grid #103024

    My browser locale is it_IT and is correct but the datepicker still shows english captions and seems to work in american standard.

    Tks

     

    I got the browser language using

    function getLang() {
    if (navigator.languages != undefined)
    return navigator.languages[0];
    return navigator.language;
    }

    in reply to: datePicker error in grid #103019

    Sorry I was forced to change the account because I don’t receive mails anymore on the other account.

    Anyway I still find the problem.

    I suspect the problem coud be my PC language setting which is Italian.

    When I open the date picker I see all in english.

    Is there any specific setting for the datekeeper related to language ?

    Tks

Viewing 4 posts - 106 through 109 (of 109 total)