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
435
Validation of cell
posted

I use editorOptions: { minValue: 2.0, maxValue: 7.0, required: true } to control the cell value between 2.0 and 7.0. How can I add 0.0 value as a valid value in addition the range 2.0 to 7.0?

Thanks,