The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I have a user control "internalPanel" containing databoundgrid, and I put this user control in another one "externalPanel". When user drag a pointer of ruler in ExternalPanel I will draw a line over the internalPanel. But I can''t draw over this cusercontrol, it draw under this control. How can I draw over this control ???
Thank you very much
ADAdministrator Syncfusion Team December 9, 2004 08:00 AM UTC
If you replace our grid with a Windows Forms DataGrid, do you see the same problem. The reason to try this is to see if you need to work through our grid to try to solve this problem or if it is something about how the drawing happens outside of our grid that is causing this behavior.
Is this some kind of ''rubberband'' line that has one endpoint fixed, and the other endpoint moves as you drag the mouse?
If you can post a sample project showing this problem and what you are trying to do, then maybe we can suggest something.