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.
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
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,
Hi vrn,
sorry, but right now I'm quite busy, as you could tell from my late answer to your question, so I can not completly check for the code you want. But: Just check the "UltraTree - Drag and Drop" sample, it kinda helped me a lot, I guess you could get the solution from this example, too. If you still have problems, just tell, I will then have another check on my code and answer to you asap.
Hans, would it be possible to share the code you created for this? I am new to this whole creation/draw filter functionality.
Thanks!