I want to disable only the horizontal scrollbar



You can enable auto-width mode



grid.enableAutoWidth(true);



In such case grid will adjust its size to prevent horizontal scrollbar.
( also you can fully disable scrollbar by  grid.objBox.style.overflowX=“hidden” )