Hi,
Maybe you can help me, I´m trying to implement a search on my Kanban pages but , I don´t undesrtand why te datasource of kanban properties not update.
I have the folowing :.
//List Kaban , this filled on initialited method
public List<KanbanDataModel> KanbanRevisiones { get; set; }
//Call List on the properties Datasource
<SfKanban CssClass="kanban-overview" KeyField="Status" DataSource="KanbanRevisiones" EnableTooltip="false">
//Click Event of button
//Then update list
KanbanRevisiones = KanbanRevisiones.Where(k => k.Tags == SearchingValue).ToList();
My list cards of canvan no show some match value, how can do that?
Attachment:
CapturaKanban_9b46b6d8.zip