Skip to main content
June 30, 2022
Question

How to prevent entering duplicate

  • June 30, 2022
  • 10 replies
  • 0 views

Hi All, I have a grid and it that grid edit functionality is provided. I need to make sure that when user click on edit, the duplicate values should not be entered. Can anyone please help me out.

    10 replies

    stefanhelzle0001
    Brainy
    June 30, 2022
    June 30, 2022

    Thanks Stefan, 

    But we have non editable grid aready implement and need to to apply such validation.

    stefanhelzle0001
    Brainy
    June 30, 2022

    So you do NOT edit the data directly in the grid?

    Then, validations are still the way to go. You just need to implement the logic to detect duplicates and use that on the input fields.