Hi,
Is it possible to drag grid row to another page on the same grid?
thanks,
Irina
Thank you, Marin,
the explanation makes sense, will try to use virtual scrolling.
Hi Irina,
We've been discussing this and at this point we don't see a way to provide such UX in the grid without making ambiguous actions and too many assumptions. Perhaps the Virtual scrolling mode may suit your needs, or dragging between two different grids on the page.
That said, I must mark this item as "declined" because the requested behavior is not something that can become part of the grid.
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hi Irina,
How would you envision such a feature to work? I am asking, because paging the grid requires that it re-renders (which is likely to dispose such additiona elements such as drag hints in the first place), and that means that the current row is no longer available - in the common case when the OnRead event is used it truly is no longer in the Data collection. Moreover, just hovering over the pager buttons should not invoke paging because it may be quite unexpected for the user and the pager may be in the way of dragging towards another grid and so the grid should not switch the page automatically.
At the moment, perhaps the closest you can do is to use the row virtualization so that you can scroll to the desired location with the mouse wheel while still dragging the row(s).
Regards,
Marin Bratanov
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.