jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Sum Sum #52144

    deliator
    Participant

    Hi Dimitar,

    I mean if i just want to labelize ‘sum’ to ‘Total’ with using a function … by the way thanks for the answer

    Marc

    in reply to: Currency Format Currency Format #52084

    deliator
    Participant

    🙂 Answering to myself :

          var localizationobj = {};
                localizationobj.currencysymbol = "€";
                localizationobj.decimalseparator = ",";
                localizationobj.thousandsseparator = ".";
                 // apply localization.
                $("#jqxgrid").jqxGrid('localizestrings', localizationobj);		
    in reply to: Currency Format Currency Format #52073

    deliator
    Participant

    Hi,

    I just copied the following code but currency still is $ …

             var getLocalization = function () {
                    var localizationobj = {};
                    localizationobj.currencysymbol = "€";
                    localizationobj.decimalseparator = ".";
                    localizationobj.thousandsseparator = ",";
                    return localizationobj;
                }
    			
Viewing 3 posts - 1 through 3 (of 3 total)