Hi Marcelo,
Please, make sure that in the code behind you activate the ajax mouse click callback tool just as in the example you are talking about:
protected void NDrawingView1_QueryAjaxTools(object sender, EventArgs e)
{
// Configure the client side tools
NDrawingView1.AjaxTools.Add(new NAjaxMouseClickCallbackTool(true));
}
Best Regards,
Nevron Support Team