My Requirement is , I have a kendo grid and I am binding data through Ajax. In My grid I have two columns Customer Number and Status.Customer Number is an Action link column. It must enable when status column is active . If status is Inactive the link column should disbale.
1 Answer, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 23 May 2016, 08:16 AM
Hello palakurthy,
You can modify rendered content in the Grid dataBound event handler using JavaScript: