Implement a Search

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

3 Replies 1 reply marked as answer

PM Pandiyaraj Muniyandi Syncfusion Team July 8, 2020 09:56 AM UTC

 
Greetings from Syncfusion support. 
 
We have prepared the search sample based on shared code blocks. Unfortunately, we couldn’t reproduce the issue from our end. We have tried to replicate the issue with the following ways 
 
  • Dynamically binding datasource
  • Assigning search based filtered list into KanbanRevisiones property
 
Please find a sample we have prepared to achieve your requirements. 
 
kindly check the above sample and confirm whether helps. If still face the issue, kindly share the following details, which help us to provide the solution at earliest? 
 
  • NuGet package version
  • Modify the shared sample with issue replication and revert to us.
 
Regards, 
Pandiyaraj 


Marked as answer

JD Jose Dionicio July 8, 2020 04:26 PM UTC

Thank Pandiyaraj ,

The issue was for this version
<PackageReference Include="Syncfusion.Blazor" Version="18.1.0.53" />

I update my package to last version and Work succesfully.


IS Indrajith Srinivasan Syncfusion Team July 9, 2020 01:13 PM UTC

Hi Jose,

Thanks for the update,

We are glad that the reported issue is resolved. Please let us know if you need any further assistance.

Regards,
Indrajith

Loader.
Up arrow icon