Deselect objects using javascript

Hello,





How can I deselect an object which belongs to the GoView.Document using Javascript?



Thanks very much in advance



Chandana

You need to send a “request” back to the server. Look in the GoWebIntro document, in the section titled “Server-side Event Handling”.

Requests. This predefined case just calls GoViewDataRenderer.HandleClientRequest, so that you can easily implement your own actions. Example: request&color=fuschia
You can see a sample of this in Demo1
see the GoDiagram for ASP.NET Web Forms Reference Manual help on HandleClientRequest.

That worked!! Thank you!