Hello Guys,
I have a UltrawinGrid and it contais Rows and related subrows. Below is the design of the structure
HeaderRow1
DetailRow1
DetailRow2
DetailRow3
HeaderRow2
My job is now to drag and drop DetailRow of any Header Row into another Header Row or DetailRows. In the dragOver event i am looking for the spot to drop that row into another region that gives me random result. So i am not able to find out the exact spot to drop that row.
So can anyone help me for this one?
Please keep in the mind the structure of this grid rows.
Thanks
Hello mayank14,
We have an article regarding this functionality in our knowledgebase, with sample both in C# and Visual Basic. Please take a look at it:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10086.
Please do not hesitate to contact me if you need any additional assistance.
Thanks Boris.
But i have gone through that tutorial earlier and i have used same logic but i was not able to produce the required result. I am not getting right DropRow at the time of dropping that is causing the problem. I am sure about that one.
Do you have any other solution for that?
Mayank
Hello Mayank,
This is the official solution from our developer department. I made it with the newest version available. Please take a look and let me know if it does not work properly.
Hello Boris,
Its working now.
Thank You so much.