Disable tooltips in XML configuration

Hello,



I found a way to disable tooltips using the enableTooltips() method on the grid object, but our grid is configured via XML. Is there an equivalent of the enableTooltips for XML configuration?



Thank you!

You can call any js command from xml


   
      
          <call command=“enableTooltips”>false,false,false
      
   
    <row id="…
    …