私のコードでは、姓の昇順でのデフォルトのソート、(xxx)-xxx-xxxx での電話番号の書式設定で gird テーブルを実行し、null という単語を none に置き換えたいと考えています。なし
{
field: "LName",
width: 100,
title: "Last Name",
defaultSorting: true
}, {
field: "DateOfBirth",
width: 100,
title: "Date of Birth",
type: 'date',
template: '#= kendo.toString(DateOfBirth,"MM/dd/yyyy") #'
}, {
field: "Email",
width: 230,
title: "Email"
}, {
field: "MobileNumber",
width: 100,
title: "Mobile Number"
},
誰かが以前にこれをやった、またはアイデアを持っている plz ヘルプ