In safari browser, when we place the cursor in #text_search and click on Enter, the page is getting refreshed.This issue exists only in safari browser.
Can anyone tell me how we can avoid the refresh in the above scenario,
dhtmlxEvent(mygrid.entBox, "keypress", function(e){
e = e || event;
if (e.keyCode == 13){
if (e.preventDefault) e.preventDefault();
e.cancelBubble=true;
return false;
}
one more line added, which must force blocking ( was tested locally )
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan