I want to change the axis-grid to the kendo-grid. In the controller, add
{{ key: "sttsNm", label: "Status", width: "140", align:"center", formatter: function(){ return (jsonPath($scope.codeData, "$.sttsCd[?(@.dataCd=='" + this.item.sttsCd + "')].strProp") + "").trim(); }},
What kind of conversion should be done in kendo grid?