Hi, little update.
I found the part of solution only for filtertype: “date”
createfilterwidget: function (column, columnElement, widget) {
widget.jqxDateTimeInput({readonly: false});
But I need to input the values into filtertype: “range”.
Is it possible?
Thanks in advance
Evgeny