Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1855
validate against another cells value
posted

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

Parents
  • 22015
    posted

    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.

     

    CellsValidation.zip
Reply Children
No Data