$("#kendoGridView").kendoGrid({
width: 1500,
dataSource: data.d,
resizable: true,
rowTemplate:
height: 790,
dataBound: dbGrid,
selectable: true,
columns: [
{ title: 'Revenue', field: 'Revenue', width: '20%', sortable: true },
{ title: 'postals', field: 'postals', width: '12%', sortable: true },
{ title: 'MQC', field: 'MQC', width: '12%', sortable: true },
]
});
データベースからkendoGridに値をバインドしています。グリッド内のすべての列番号にコンマ区切り文字を設定したい(例:458690から4,58,690)。kendouiのNumberFormatingの概念を読みましたが、十分な情報がありません。どうすればよいですか。セットする。