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
1800
MinValue for grid cell
posted

Hi,

I am setting the MinValue and MaxValue for a cell in a grid with the help of BeforeCellActivate event.

However MaxValue is set correctly but MinValue is NOT set.

Eg: I have MaxValue as 1000 and MinValue as 10.

It is not allowing me to enter values more than 1000 which is correct but for MinValue it is allowing me to enter 9,8,7 etc.. till 0. The datatype of the column is Integer. Any workarounds?

Regards,

Viswanth V.G