Hi Bharat,
Thank you for your request.
We evaluate which features to implement based on community interest. Therefore I encourage anyone who also needs this feature to vote for its implementation.
In the meantime here is one workaround:
function onAdd(e) {
e.preventDefault();
e.dataItems.forEach(dataItem=>{
e.sender._addItemAt(dataItem,0)
})
}
Regards,
Stoyan
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/.