Focus on Filter after grid load

Good day

I would like to know how to place the focus on a filter element after the grid had loaded please.

Regards

Please, try to use the following solution:

mygrid.loadXML(url,function(){ mygrid.getFilterElement(col_ind).focus(); // col_ind - index of the column with the needed filter });

Thank you very much.
It worked