We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The filtering via the Telerik table is case-sensitive, but there is no need to add this extra hurdle for data manager.
When Telerik filtering is translated to SQL a "LIKE" is used -> use "ILKE" to make it case-insensitive.
The text was updated successfully, but these errors were encountered:
Change telerik filtering to case-insensitive #578
5dd38ae
great
Sorry, something went wrong.
fac48bd
geofranzi
No branches or pull requests
The filtering via the Telerik table is case-sensitive, but there is no need to add this extra hurdle for data manager.
When Telerik filtering is translated to SQL a "LIKE" is used -> use "ILKE" to make it case-insensitive.
The text was updated successfully, but these errors were encountered: