This is a migrated thread and some comments may be shown as answers.

Kendo Grid Column Action Link enable/disable based on another Grid Column

1 Answer 646 Views
Grid
This is a migrated thread and some comments may be shown as answers.
palakurthy
Top achievements
Rank 1
palakurthy asked on 19 May 2016, 01:37 PM

Hi,

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

Sort by
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: If you would like to modify sibling cells during editing, then you can do that wiring the corresponding events in the Grid edit event: Check the Editing basics to get a better understanding how it works and how to access an editor:
Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
palakurthy
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or