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.