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
50
webgrid issue
posted

Infragistics Version =3.1.20042.1047

Hi Team,

We are facing one performance issue while using the igtbl:ultrawebgrid. The browser hangs and does not return any output for some time. The issue occurs when we update the rows one by one in the grid without page refresh. The issue is not occuring when we load the page for the first time and then we update the grid.

The page hangs due to the this.update=function() function in ig_WebGrid_dom.js. 

In this function the following line calling the xml escape sequence method which converts the xml datas.

p.value=cs.getText(this.RootState);

While escaping the xml data its taking time when the xml data is more than 10 lines.

thanks

Narasimha