Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Since last update the Kanban auto-sort is broken.

Code snippet:

<KanbanSortSettings SortBy="SortOrderBy.Index" Field="@nameof(KanbanItem.Order)"></KanbanSortSettings>

KanbanItem.Order is an integer, following message is thrown when a card gets reordered:

Error message:

Uncaught (in promise) Error: System.InvalidCastException: Unable to cast object of type 'System.Int32' to type 'System.String'.
at Syncfusion.Blazor.Kanban.SfKanban`1.PriorityOrder(List`1 cardData, String requestType, Int32 cardIndex)
at Syncfusion.Blazor.Kanban.SfKanban`1.DragStop(List`1 cards, String status, String swimlaneKey, Int32 index, Boolean prevIndex, String prevId, Boolean isExternal, Double left, Double top)
at Ct.endInvokeDotNetFromJS (blazor.server.js:1)
at blazor.server.js:1
at Array.forEach (<anonymous>)
at Ct._invokeClientMethod (blazor.server.js:1)
at Ct._processIncomingData (blazor.server.js:1)
at yt.Ct.connection.onreceive (blazor.server.js:1)
at WebSocket.o.onmessage (blazor.server.js:1)