0
A
回答
0
據我所知,建立條件的總和合計不stadard劍道方式。 但是 - 您可以使用頁腳模板來獲得類似的功能。
實施例:
列定義部分:
columns: [
"ColumnTitle",
{ field: "Field", title: "Title", footerTemplate: conditionalSum },
]
功能:
function conditionalSum() {
var data = yourGrid.dataSource.data();
var sum = 0;
for (var idx = 0; idx < data.length; idx++) {
//do your calculations
}
return kendo.toString(sum);
}
相關問題
- 1. KendoUI網格自定義組合對象
- 2. KendoUI網頁自定義主題
- 3. KendoUI網格問題
- 4. 網格列標題邊框自定義
- 5. kendoui網格自定義數字格式圖案
- 6. Kendo UI網格:自定義k分組標題文本配置
- 7. WPF:實現和綁定(數據網格)到自定義集合
- 8. 創建按鈕的KendoUI網格自定義彈出式模板
- 9. 自定義集合單元格錯誤
- 10. KendoUI網格數據綁定
- 11. Magento網格視圖使用自定義集合
- 12. 使用((Parent = null)或(Parent.Name ='xxxx'))集合自定義網格
- 13. KendoUI網格InCell編輯風格問題
- 14. 自定義Keybord返回標題集IOS8
- 15. 將自定義標題添加到集合視圖swift
- 16. Magento - 自定義管理網格問題
- 17. 結合自定義標題與FEATURE_PROGRESS
- 18. 彎曲組合框自定義問題
- 19. Kendo網格自定義組合框篩選器
- 20. 在網格組合框中使用自定義HTML
- 21. AutoMapper自定義集合
- 22. 上自定義集合
- 23. 自定義集合(的T)
- 24. RABL - 自定義集合
- 25. 創建自定義集合
- 26. 自定義表格視圖標題
- 27. jquery jtable - 自定義表格標題
- 28. 定義自定義可寫集合
- 29. Spark自定義網格標題呈現器樣式
- 30. WPF自定義數據網格列標題