var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: string value = instance.cultureCalendar;
var cultureCalendar : string;
A value that indicators the culture calendar to format the text. This option must work with culture option.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: string value = instance.cultureCalendar;
var cultureCalendar : string;
// This code sets the culture and calendar to Japanese. $("#element").wijgrid({ culture: "ja-jp", cultureCalendar: "Japanese" });