Hello!
When I set the localization via the grid’s localization option, it ignores the firstDay option. You can actually even see this in the demo page:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm?(web)#demos/jqxgrid/localization.htm
jqWidgets v 2.9.2
jQuery v 1.9.1
Google Chrome
Also I’d like to ask, if there’s a way to tell the calendar widget of the grid to use a Globalization? I mean not in every column where it is used, but globally in the grid. Currently I use:
createfilterwidget: function (column, columnelement, widget) {
widget.jqxDateTimeInput({ culture: Translator.locale, firstDayOfWeek: 1 });
}