Write to us!

E-world 2022

22.10.2022

E-world 2022 - A successful participation

gridhound's participation in E-world 2022 was very successful. The trade fair presented the latest technologies and solutions for digitalization and the introduction of smart metering systems in the energy industry. gridhound presented a comprehensive portfolio of innovative software solutions and services that demonstrated our commitment to the digitalization of electricity distribution networks. We also had the opportunity to speak with industry professionals and exchange ideas on current trends, challenges and developments. Our participation in E-world 2022 enabled us to expand our network and make valuable contacts.


<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script type="text/javascript">
    function googleTranslateElementInit() {
      new google.translate.TranslateElement({pageLanguage: 'de', layout: google.translate.TranslateElement.FloatPosition.TOP_LEFT}, 'google_translate_element');
    }
	function triggerHtmlEvent(element, eventName) {
	  var event;
	  if (document.createEvent) {
		event = document.createEvent('HTMLEvents');
		event.initEvent(eventName, true, true);
		element.dispatchEvent(event);
	  } else {
		event = document.createEventObject();
		event.eventType = eventName;
		element.fireEvent('on' + event.eventType, event);
	  }
	}
	jQuery('.lang-select').click(function() {
	  var theLang = jQuery(this).attr('data-lang');
	  jQuery('.goog-te-combo').val(theLang);
	  //alert(jQuery(this).attr('href'));
	  window.location = jQuery(this).attr('href');
	  location.reload();
	});
  </script>

<style>
/* Remove Google top bar and margin */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }
/* Disable google translate original text tooltips */  
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;} 
.goog-text-highlight { background: none !important; box-shadow: none !important;}
</style>

<script>
$(document).ready(function () {
    $('a.translate').each(function () {
    $(this).attr('href', $(this).attr('href')+'#googtrans(de|de)');
   });
});
</script>
de_DE