Thousands separator in wx.Grid

hello, given that ‘.’ is the thousands separator for my locale, as returned from wx.Locale(wx.Locale.FindLanguageInfo(‘it_IT’).Language).GetInfo(wx.LOCALE_THOUSANDS_SEP) in my app, how can I make wx.Grid showing it in wx.Grid cells for numbers?

thanks in advance

Marco