I have to disable and enable cells of the grid under the same columns based on date validations. Is it possible to do that in Kendo Grid?
I am new to Kendo UI and not getting proper examples for doing this.
P.s.Any proper example explaining this will be really helpful.
1 Answer, 1 is accepted
1
Konstantin Dikov
Telerik team
answered on 15 Oct 2015, 12:55 PM
Hello Dynamo,
For achieving the desired functionality you should handle the Edit event and use the model to retrieve the relevant information from the other cells and if the cell should not be edited, you could use the grid closeCell method.
Following is a dojo example with such conditional editing:
Alternatively, you can try the approach discussed in this SO thread.
Regards,
Aleksandar
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.