Combo filter

I have a combo filter in my grid, Is there a way to change the empty option (which selects all items) to show “All” instead of nothing?

Please, try the following:

mygrid.getFilterElement(colInd).setComboText("All");

well it shows All one time after I select a item to filter I would like to have the option All to select