Build query by code on the client-side
/how-to/build-query-by-code-on-clientsideHere you can find an example of JavaScript code with explanation how to add columns to a current query on client-side.
Using EqMvcDemoEF sample with your own DB context
/getting-started/sample-mvc-entity-framework-new-dbcontextThis article contains a brief instruction how to modify EqMvcDemoEF sample project to make it work with your own context class
Processing custom value editors in EasyQuery JS
/how-to/custom-value-editorHere you can find tips how to value editor setup and how to value editor widget
Version 4.1.0 release notes
/release-notes/version-4.1.0EasyQuery for ASPNET Core: version 4.1.0 release notes
Getting started for EasyQuery ASP.NET MVC
/getting-started/version-3-x/asp-net-mvcThis article will guide you through all steps necessary to apply EasyQuery ASP.NET to MVC web application
Adhoc reporting page in your web application
/how-to/adhoc-reporting-in-your-webappThis article describes how to implement the adhoc reporting functionality (similar to the one from our live demos) in your own project.
Customizing SQL query formats
/how-to/customizing-sql-query-formatsDetailed instruction with various examples of how to operate with different query formats.
How to remove "Powered by..." link (full version only)
/how-to/mvc-remove-powered-byFull instruction of how to remove “Powered by EasyQuery” link
Add query builder page from our MVC sample project in your own app
/how-to/mvc-query-builder-view-in-your-appThis article described how to set up an advanced search page in your web-application using EqMvcDemoDB project as a template.
JavaScript widgets formats and settings (MVC version)
/tutorials/javascript-widgets-settings-formatsIn this article, we describe the most common unique settings for EasyQuery JavaScript widgets and give examples of code.
How to add a column with the same attribute as in newly added condition
/how-to/add-column-by-condition-attributeA code snippet which demonstrates how to do this task
How to limit columns from duplication
/how-to/how-to-limit-columns-from-duplicationHow to limit columns from duplication in MVC project, so when you add a column that is already used in a report it won’t be added again.
Setting anti-forgery token for AJAX requests from EasyQuery widgets
/how-to/anti-forgery-tokenHere you can find out how to strengthen security of your project using antiForgeryToken option.
Managing data formats
/tutorials/managing-data-formatsThis article shows how to implement some particular tasks with your query