This question is locked. New answers and comments are not allowed.
I have radGrid that a user pastes information into from Excel.
If the value in a CheckBoxColumn = FALSE I need to disable another field in that same Row. It needs to do this individually for each Row.
I can do this no problem in the CellValidating Event (if they change the field value after the data has already been pasted in). However, I need to be able to do this as well from the PastingCellClipboardContent Event.
Any ideas?
If the value in a CheckBoxColumn = FALSE I need to disable another field in that same Row. It needs to do this individually for each Row.
I can do this no problem in the CellValidating Event (if they change the field value after the data has already been pasted in). However, I need to be able to do this as well from the PastingCellClipboardContent Event.
Any ideas?