onlostfocus not triggered on IE 10

16 replies. Last post: January 23, 2014 12:08 AM by Hans Kristian
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi if we setup an event for lostfocus, it is not triggered with Internet Explorer 10. It works on Firefox and chrome.

code behind :

grid.LayoutSettings.ClientSideEvents.OnLostFocus = “onlostFocus”;

javascript in the page

function onlostFocus(controlId)
{
Alert (‘lost focus fired’) ;
}

All times are GMT -5. The time now is 3:59 PM.
Previous Next