This question is locked. New answers and comments are not allowed.
Hi all,
I am now facing a problems on DataGrid cell changed issue, my grid have some fields while column A is Parts Code, and column B is Parts Name.
I want to set a function that when the user input some value in column A, it will check if column A is a valid parts code by using ria service.
If yes, it will get the part name from the checking ria service and put it in column B. If not, it will prompt error message in cell validating checking.
How can I perform this task? I tried to put this logic (check part A is valid or not ) into the cell validating checking. but seem not working
Thank you very much
I am now facing a problems on DataGrid cell changed issue, my grid have some fields while column A is Parts Code, and column B is Parts Name.
I want to set a function that when the user input some value in column A, it will check if column A is a valid parts code by using ria service.
If yes, it will get the part name from the checking ria service and put it in column B. If not, it will prompt error message in cell validating checking.
How can I perform this task? I tried to put this logic (check part A is valid or not ) into the cell validating checking. but seem not working
Thank you very much
