I have a form that has fields that are decorated using the RadInputManager along with it assigning them client side validation rules for numerics etc.
Below these fields I have a RadGrid that is disjoint in relation to those fields so I would like users to be able to fill in the grid or the fields in any order. I have the Grid set to use InPlace editing however attempting to insert a row in the grid triggers the validation of the InputManager also, how can I make it so the grid does not cause this validation to occur for those controls?
Below these fields I have a RadGrid that is disjoint in relation to those fields so I would like users to be able to fill in the grid or the fields in any order. I have the Grid set to use InPlace editing however attempting to insert a row in the grid triggers the validation of the InputManager also, how can I make it so the grid does not cause this validation to occur for those controls?