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
425
Check for duplicated values on insert
posted

I am using WebDataGrid and need to check if the new row inserted has duplicated values.

The key is autonumerated so I will not have duplicated values by this key, but I need to check a data field against duplication.

How could I do this client side or server side?

Thanks Edson

  • 7499
    posted

    Hello Edson,

    If this is primary key column, I suggest you to hide the column from user and assign the randomly generated number to that column.

    Please let me know if you have any further questions regarding this matter.