SpreadJS mentioned in titles of warning/updates etc

Posted by: mwyatt on 1 November 2021, 2:22 pm EST

  • Posted 1 November 2021, 2:22 pm EST - Updated 3 October 2022, 9:33 am EST

    Hello,

    Is it possible to remove the term SpreadJS Designer from messages etc? See attached image for example.

    We are not sure if this is something that needs to be changed on your end or something we would have to do on ours.

  • Posted 2 November 2021, 4:49 am EST

    Hi,

    The Designer component now supports the custom localization so could change the resource.title for the required functionality. Please refer to the following code snippet and let me know if you face any issues.

    
    /*valid only on  designer version gretaer than 14.2.0*/
    let res = GC.Spread.Sheets.Designer.getResources()
    res.title = "title"
    let res = GC.Spread.Sheets.Designer.setResources(res)
    des.setConfig()
    
    

    custom Localization: https://www.grapecity.com/spreadjs/docs/v14/online/designer-localization.html

    Regards

    Avinash

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels