I need to interrogate a cell on the row being edited to determine if editing is allowed. The cell I'm trying to retrieve is a hidden column, not the one the user is trying to edit. When I look at the value of e.rowindex it doesn't match the row being edited. The grid is a hierarchy view. The value of e.rowindex seems to be associated with the rows being displayed at that hierarchy level.
How can I get the row being edited?
I switched over to the latest release and this fixed the problem.
Object of type 'Telerik.Charting.Styles.Unit' cannot be converted to type 'Telerik.Charting.Styles.Unit'.
at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializePropertyAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement, CodePropertyReferenceExpression propertyReferenceEx, Boolean reportError)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)