Hi Velu,
Thanks for your interest in Syncfusion products.
We suggest you to use the Diagram’s ‘ControlNode’ to host
the Windows controls (DataGridView) in it. Please refer the below code snippet
to achieve your requirement.
Here is the code:
[C#]
DataGridView gridView =
new DataGridView();
gridView.Size = new Size(300,
300);
gridView.DataSource = table;
ControlNode
cnode = new ControlNode(gridView,
new RectangleF(50,
100, 300, 300));
cnode.ActivateStyle = ActivateStyle.ClickPassThrough;
diagram1.Model.AppendChild(cnode);
Please refer the attached sample and let us know if you have
any queries.
Regards,
Amsath Ali. M
Hi Velu,
Thanks for your update.
We have uploaded the sample once again in our server and the
same can be downloaded from the below link.
Please try the sample and let us know if you have any
queries.
Regards,
Amsath Ali. M
Hi Velu,
Thanks for your update.
Please get back to us if you need further assistance
Regards,
Amsath Ali. M