开发者

jqGrid internationalization

开发者 https://www.devze.com 2023-01-15 00:56 出处:网络
I need to i18n my jqGrid depending on the language selected. I need my jqGrid in English and German. What are the steps for the same or how can I achiev开发者_如何学Ce it?If you need only the change t

I need to i18n my jqGrid depending on the language selected. I need my jqGrid in English and German. What are the steps for the same or how can I achiev开发者_如何学Ce it?


If you need only the change the column header it is very easy:

$('#list').jqGrid ('setLabel', 6, 'Insgesamt');

changes the header of the 6-th column to 'Insgesamt'.

0

精彩评论

暂无评论...
验证码 换一张
取 消