Hi,
I have disabled listgrid validations for my grid.
But some of fields are like date i want to validate by explicitely calling
validateCell(..) method. But i think default behaviour of this method is that it shows red border and problem icon on field if validation results in failure.
I just want to use this method to run my configured rules at field (if any)
without any feed back field.
How can i change this default feedback to none ?
I have disabled listgrid validations for my grid.
But some of fields are like date i want to validate by explicitely calling
validateCell(..) method. But i think default behaviour of this method is that it shows red border and problem icon on field if validation results in failure.
I just want to use this method to run my configured rules at field (if any)
without any feed back field.
How can i change this default feedback to none ?
Comment