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
955
in Which Event to write the code?
posted

There are some columns in the ultragrid(in winform), one column is POQty and the other column is RecQty, and they must  be positive number,Now after input the value in the RecQty column,if the value of RecQty  is greater than the value of POQty,then show a warning message .


By the way, is there a property  of ultragrid to set the column only accept postive number?

Many thanks