|
public sortSettings: SortSettingsModel = {
soryBy: 'Id',
field: 'RankId',
direction: 'Ascending'
}; |
Hi Anthony Miller,Greetings from Syncfusion Support.We have validated your requirement “but the DropStop event args does not provide any information regarding column or position within the column” at our side and we regret to let you know that, we can’t find the position within the column. But we can drop/sort the cards based on it’s priority value like the below code snippet.
public sortSettings: SortSettingsModel = {soryBy: 'Id',field: 'RankId',direction: 'Ascending'};Kindly try the above sample and let us know if this is helpful.Regards,Balasubramanian S
Hi lorryl,Thanks for the reply.We have analyzed your requirement “Does the Kanban control support columns in the order based on drop position?” at our side and we let you know that the Kanban cards will place based on the DataSource order by default. We can achieve your requirement by making use of the sortBy property as Index. We would suggest you to refer the below online demo sample and API to know more details about the Kanban sorting.Kindly refer to the above links and let us know if you need further assistance.Regards,Balasubramanian S