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
345
Any validate event that can use on server side?
posted

Hi everybody,

Is there any server side event that I can do validation on WebGrid and do not trigger the update events? I searched the documentation and find nothing about this.

I tried to create a simple page to test, but everytime when postback happens (e.g. a simple button click), the whole update process will be triggered. I have no way to stop the process and do some server side validation.

I'm using Infragistics 9.2 (CLR 2.0), please help.