I have a grid with two columns. Based on the value in the first column, i want to enable or disable the corresponding cell in the other column.
I had searched for the same but found that its not possible.
You can use cellbeginedit to detect when the user is trying to edit any cell in second column.
Then attach a function to check the value of the first column and return true/false depending this value.