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
This post appears to be word-for-word (other than the title and signature) the same as the following post:http://forums.infragistics.com/forums/t/35434.aspx