Hi,
How to get the selected row value in custom template and form condition based templates?
code of column field looks like
column: [{ {
field: "actualSent",
template: "<button class="k-button" ng-click="cancel()"> Cancel </button>",
width : "200px"
}
I want to display Cancel button if the actualSent field value is > 100% else show completed. How to handle this inside grid and get the selected row data not values. I know to get the values of each column using \'#=fieldName#\'
Please suggest.