Edit DataGrid inside a diagram node

I have a node type that contains a DataGrid. I need to allow the user to edit one of the columns (a simple 

DataGridTextColumn).

My problem is that when I double click on the column it doesn't becomes edi



3 Replies

DT Deepa Thiruppathy Syncfusion Team March 3, 2022 12:28 PM UTC

Hi Smadar, 
 
Reported issue: Could not edit the rows and columns of data grid values when data grid added into a diagram Node.  
  
We have validated the issue. To make the DataGrid editable, we have prevented the mouse-up event from bubbling up the parent node. Also, node’s default annotation will switch to edit mode when performing double click over the node and to overcome this, we have set null value for the node’s Annotations property.  
 
Please find the sample from below link, 
 
Regards, 
Deepa Thiruppathy 



DT Deepa Thiruppathy Syncfusion Team March 4, 2022 12:25 PM UTC

You are welcome. Please let us know if you require any further assistance.


ST Smadar Tsdaka replied to Deepa Thiruppathy March 4, 2022 12:26 PM UTC

Thank you, that solved the problem


Loader.
Up arrow icon