Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] Searching Enum value as string instead of short/int #62

Open
vukasinpetrovic opened this issue Jun 9, 2021 · 2 comments
Open
Assignees
Labels
question Further information is requested

Comments

@vukasinpetrovic
Copy link

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

image
image
image
image

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

@vukasinpetrovic vukasinpetrovic added the question Further information is requested label Jun 9, 2021
@vukasinpetrovic
Copy link
Author

@fingers10 Can you help me with this?

@vukasinpetrovic
Copy link
Author

@fingers10 Any info on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants