Hi,
We've had this issue before and were unable to find a solution. I know that validation on records in listgrid only happen on user edit action, but we are in need of validating rows that are coming in. We cannot guarantee that the records we initially provide to a list grid is valid as they are potentially coming from an external system in which we have no control of user input to begin with. Many things can also happen to the database which we do not have control over. We need a way to either send over the validation errors per field on initial fetch (this is desired) OR have a way to call update on specific rows that we have marked is invalid after the fetch returns the data to the browser.
We would like to resolve this issue as soon as possible. Please let me know any workarounds for this. Thanks
We are using upgrade to SmartClient_v82p_2013-01-21_PowerEdition
We've had this issue before and were unable to find a solution. I know that validation on records in listgrid only happen on user edit action, but we are in need of validating rows that are coming in. We cannot guarantee that the records we initially provide to a list grid is valid as they are potentially coming from an external system in which we have no control of user input to begin with. Many things can also happen to the database which we do not have control over. We need a way to either send over the validation errors per field on initial fetch (this is desired) OR have a way to call update on specific rows that we have marked is invalid after the fetch returns the data to the browser.
We would like to resolve this issue as soon as possible. Please let me know any workarounds for this. Thanks
We are using upgrade to SmartClient_v82p_2013-01-21_PowerEdition
Comment