Hi Techies,
I ahve a requirement where i need to call a page when ever i leave(tab out) the control . I have a event called button_leave event in windows forms.
But i dont have any event like that . I am using infragistics webTextEdit . I want to call a page when i tab out from the current control. I think i dont have anything like Leave event .
Please help me on this.
Thanks
Sreenivas
Sreenivas,
There isn't much of a code snippet that I can provide to handle the Blur event.
Take a look at the ClientSideEvents property of WebTextEdit for where you can assign client-side events of the control to call a JavaScript function.
For an overview of the client-side events in the Client-Side Object Model (CSOM) of WebTextEdit, refer to the following article from our onine help documentation of NetAdvantage for .NET 2009 Volume 1:WebTextEdit Client-Side Events
Vince,
Thanks for the reply. I will appreciate if you can provide me the code snippet for that.
WebTextEdit has a client-side Blur event, which is raised when the control loses input focus and before it processes any updates made by the user.