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
80
Displaying "position indicators" when moving rows via DragDrop
posted

Hello,

 I'm quite new to Infragistics programming/forum, so "hi there!" to all!

 I encountered a problem when creating a WinGrid, wanting the user to have the ability to move GridRows via DragDrop.

The "Drag and Drop Strory" functions well, but I would like to have kind of an indicator, to show the user where the UltraGridRow would be inserted, just like the one when moving columns (a red arrow).

How could I achive this? Is there any prossibility to do this the "infragistics way", or do I have to draw the indicator on my own? 

 

Thanks in advance,

 

Hans.

 

Parents
No Data
Reply
  • 37774
    posted

    Hans,

    You would have to show the indicators yourself.  I'm pretty sure that the grid does this by showing a custom toplevel form that has those arrow indicators, but I'm not completely sure.  If you have access to the source code you could check out how it's done, but this might be a little difficult if you're brand-new to Infragistics.

    -Matt

Children