The new DropDownDataGrid with multiple columns is great
I have one problem, and one suggestion
If the TextProperty is of type int, filtering fails with an exception, since int does not contain the method ToLower() ( i am using CaseInsensitive). You should probably check the type and do a ToString() if it is anything else than string.
I changed my viewmodel so that the property is of type string and filtering works, but only on the column specified as TextProperty. Is it possible to make the filter work on all columns, like the DataGrid component?
This would be great. There are multiple columns and users may find the desired data by searching in multiple columns. (For e.x.: Looking for a company which is located in London and Company name starts with Shelby. If user types "shelby lond", search results are empty.)
I found useful sample from different vendor product. Is it possible to implement this functionality to Radzen DropdownDataGrid?
Hi @Developer, @enchev
I have just implemented this feature on a local Radzen.Blazor project.
I will try to "git" it tomorrow, but don't hold your breath. I'm very green to the old pulling and pushing and requesting and everything git as my first and also last update to the project revealed.