Asp.net – Blazor Syncfusion DataGrid Query
Hello all respected members. I have a question on how to add AND condition to WHERE clause on below syncfusion datagrid code: <SfGrid DataSource="@detailData" Query="@(new Query().Where("book_name","equal",_data.book_name))" AllowPaging="true"> What I want to achieve is that I can have more than 1…