Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
UltraWinGrid drag-and-drop for the first time
posted

Hello,

I am encountering an issue with an UltraWinGrid in a Windows Forms C# project. This grid is placed inside a form that is used as a popup, and it has the drag-and-drop feature enabled to allow row reordering. When I open the popup and attempt to drag a row for the first time, I get a "no entry" icon, and it prevents me from moving the row. If I try again, everything works fine, and it allows me to proceed. This behavior consistently occurs the first time the popup is opened, but it functions normally on subsequent attempts until the popup is closed.

How can I resolve this issue?

Thank you very much.