i have a xamdatagrid. I need to validate while editing the isverifed cell. The Isverified cell is the only cell that the user is allowed to edit. It is a string that is validated against another string from another cell in the same row in the grid. basically i need this to run a check against another value when the user is editing it, and if the validation passes, i need to change the image in the verfied cell from an image of an X to and image of a check mark
Hello Pete,
Thank you for your post. I have been looking into it and have created a small sample for you, named CellValidation. In the sample I create an image converter to change the image from tick mark to cross mark and back. The image is changing if the length of the string is more than 10 characters. Please find the attached sample and feel free to let me know if you require any further assistance on the mater.
Hello,
I am just checking your progress on the issue. If you require any further assistance on the mater please do not hesitate to let me know.