Hi,
Is it possible to scroll across the rows by dragging a row from the top of the grid to the bottom of the grid?
Thanks,
Mani
Hello Mani,
Thank you for posting in our community.
What I can suggest, for achieving your requirement, is to use the dragMove event of the IgxDragDirective and then to check for the position of the row based on the IgxTreeGridComponent body and if it is at the most top or bottom point to get the verticalScrollContainer that the IgxTreeGridComponent uses and to scroll the IgxTreeGridComponent using the scrollNext or scrollPrev method of the verticalScrollContainer. I crated a small sample illustrating my approach, which you can find here. Please test it on your side and let me know whether you find it helpful.
Please let me know if you have any further questions or concerns.
Regards,
Viktor Kombov
Entry Level Software Developer
Infragistics, Inc.
Hello Viktor,
Thank you for the Response.
I can scroll only till a particular row when dragging the row downwards.
I guess it is scrolling till what we have in the data list.