Hi Ivailo,
Thanks. I’m trying with the jqxComboBox approach like this :
createfilterwidget: function (column, columnelement, widget) {
widget.jqxComboBox({ source: Adapter });
}},
But that’s not working. 🙁
It fails with error : “TypeError: widget.jqxComboBox is not a function”
Is that supposed to work ?
Thx,