Hi,
I have a requirement that needs to enable/disable certain columns based on content of a column.
I achieved it by creating a custom renderer. It works fine on manual cell edit, But it fails on pasting data from excel. Kindly refer the attached link JSFiddle for demo.
Do you guys have any suggestion on how to solve this issue.
Requirement:
- If column A has value then columns B and C should be disabled and empty.
- If column B or C has value then column A should be disabled and empty.
Problem Faced:
Cell is disabled after the data is pasted.