This is a migrated thread and some comments may be shown as answers.

[Solved] RadGrid inplace edit triggers RadInputManager validations else where

1 Answer 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris Marisic
Top achievements
Rank 1
Chris Marisic asked on 25 Feb 2010, 07:14 PM
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?

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 26 Feb 2010, 12:04 PM
Hi,

Have you tried setting the ValidationGroup property of  the settings in the  RadInputManager to a specific value. This way the buttons in the insert/edit form will not  trigger the validation of the RadInputManager .

Hope this helps.

Thanks,
Princy
Tags
Grid
Asked by
Chris Marisic
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or