You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the question
I implemented one column that represents Enum value and added searching and sorting to it. Sorting works ok, but I have problem with searching. Column displays string value of enum (Genre: "Male, Female, Other"), when I search by string name no results show, but when I type 0,1,2 in search box, results show according to enum values. How can I overcome this problem?
Here below is my implementation
Desktop (please complete the following information):
Desktop (please complete the following information):
OS: [e.g. iOS] MacOS Big Sur
Browser [e.g. chrome, safari] Chrome
Version [e.g. 22] 91
.NET Core 3.1
The text was updated successfully, but these errors were encountered:
Describe the question
I implemented one column that represents Enum value and added searching and sorting to it. Sorting works ok, but I have problem with searching. Column displays string value of enum (Genre: "Male, Female, Other"), when I search by string name no results show, but when I type 0,1,2 in search box, results show according to enum values. How can I overcome this problem?
Here below is my implementation
Desktop (please complete the following information):
Desktop (please complete the following information):
OS: [e.g. iOS] MacOS Big Sur
Browser [e.g. chrome, safari] Chrome
Version [e.g. 22] 91
.NET Core 3.1
The text was updated successfully, but these errors were encountered: