Tutorials

Replacing default Calendar widget with KendoDatePicker

EasyQuery.JS allows you to replace the default Calendar widget with any other component by your choice. Here we are going to describe how to change it with your Kendo DateTime picker. With the code above QueryPanel widget will use Kendo date/time picker widget instead of the EasyQuery's default one.

How to add a token to EasyQuery HTTP requests

It's a very common situation when you need to add some extra headers (e.g. an authorization token) or extra query parameters to each HTTP request sent from EasyQuery.JS widgets to the backend. Here is the detailed instruction on how to do it