Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Rebind slow on IE but not in Firefox
posted

Hello everybody,

I have a problem with rebinding the data of the grid. When a user comes back to our master page (Redirect) we rebind the data. This rebind is fast in Firefox but slow in IE 11. After the rebinding in IE the complete grid freeze. If you click on it, a message from the IE reports a long running script message. After some seconds the freezing go away and you can work again with the grid as expected. Following the way we do the rebinding

      ddgProduced.EnableDataViewState = true;
      ddgProduced.GridView.ClearDataSource();
      ddgProduced.DataSource = dsData;
      ddgProduced.DataBind();

Does anybody know such a behavior? The message indicates maybe a script problem ?!?

Thanks and regards

Kai