The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have seen this post about how to add dropdown in custom toolbar. I want to know how can i filter grid data on the basis of value selected in dropdown
DRDhivya Rajendran Syncfusion Team August 8, 2019 09:36 AM UTC
Hi Muhammad,
Thanks for contacting Syncfusion support.
We have analyzed your requirement and we suggest you to bind change event for dropdown and get the selected value from dropdown list then based on the value you can perform filter in Grid by using filterByColumn method.
Index.cshtml
<ejs-dropdownlistid="filterDropDown"dataSource="@ViewBag.DataSource"placeholder="Select a Value to Filter"width="300"change="dropDownchange"popupHeight="220px">