Welcome to the ASP.NET Web Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Web Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

When the diagram connector has the constraint DragLabel applied, none of the JavaScript diagram events work when clicking on the label.

  1. Create a diagram with:
    • OnClientSelectionChange, OnClientDoubleClick, and OnClientClick set to an event
    • A connector with the DragLabel constraint applied, 
    • A node,
  2. Click on the connector's label
    • The OnClientClick event is not triggered
  3. Double Click on the connector's label
    • The OnClientDoubleClick event is not triggered
  4. Select the node
  5. Click on the connector's label
    • The node is deselected, but the OnClientSelectionChange event is not triggered