This question is locked. New answers and comments are not allowed.
Hi
I am using radDomainDataSource + ria service + entity framework 4
on the metadata file of my service i have some markup attribute for doing validation of the entity (such as Required attribute, ForeignKeyContrainst custom validation)
The current problem which i am facing with the radgridview is that whenever a row has a Validation appearing ,the user MUST fix the input data to the correct format(satisfying my required validation) before being able to delete that row
My question is that how i can override that default behavior of your radgridview???
because i want the user to be able to delete the row which fails the validation right away
For example, considering the situation that the user pressing multiple Insert key but not input any data. Of course, the new row will show the red validation. However, the user should be able to delete them if they want
plz help
thank you
I am using radDomainDataSource + ria service + entity framework 4
on the metadata file of my service i have some markup attribute for doing validation of the entity (such as Required attribute, ForeignKeyContrainst custom validation)
The current problem which i am facing with the radgridview is that whenever a row has a Validation appearing ,the user MUST fix the input data to the correct format(satisfying my required validation) before being able to delete that row
My question is that how i can override that default behavior of your radgridview???
because i want the user to be able to delete the row which fails the validation right away
For example, considering the situation that the user pressing multiple Insert key but not input any data. Of course, the new row will show the red validation. However, the user should be able to delete them if they want
plz help
thank you