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
1415
Validate column/ igx-cell in the Igx data grid angular
posted

Hello,

I am using Igx-data Grid. I have column for combination of string and number datatype.

I want to write few validations for the number  column mentioned below:

1. restrict the column to max 99999. 

2. Column should only allow numbers(no alphabets) . It is allowing e now.

3. No ',' should be allowed.

Hope to hear reply soon.

Thanks.

Parents
No Data
Reply
  • 1415
    Offline posted

    Update:  i was able to do for 1,2 but how can i remove ','  in the column of datatype number ex: 10,124

Children