It would be nice to have an event for a toolbar input onChange/onKeyUp/onKeyDown.
Now I solve it by doing the following:
inputSearchProducts=this.productsGridToolbar.getInput('searchProducts');
inputSearchProducts.onkeyup=function(){
mdl_products_v2.productsGrid_doSearch();
};
It would be so mucht better if it would be a toolbar event.
Thanks