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.
Hi there,
thx for your quick reply. I finally managed to draw "row-moving-indicators" using a DrawFilter similar to the one in the UltraTree sample.
Best regards,
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