Hello,
I`m using Infragistics2.WebUI.UltrawebGrid.11.1 version, Grid is binded to two columns(Name and Factor) there is scenario user is copying values from Excel and pasting it to 2nd column. For 30 / 60 values it works fine but the issue is having rows 900+ which trying to paste the page is taking time (almost page is hanged).
Below is definition of Grid.
Can you please assist what could be done to improvise it.
<igtbl:UltraWebGrid ID="grdEarnCurveDef" runat="server" Height="95%"> <DisplayLayout TabDirection="TopToBottom" HeaderStyleDefault-Font-Bold="true" HeaderStyleDefault-Font-Size="12px" HeaderStyleDefault-Font-Names="Arial, Helvetica, Sans-Serif" HeaderStyleDefault-BackColor="#C0C0C0" ScrollBarView="vertical" ScrollBar="Always" RowHeightDefault="22px" AllowUpdateDefault="Yes" HeaderClickActionDefault="SortSingle" Version="4.00" BorderCollapseDefault="Separate" RowSelectorsDefault="No" OptimizeCSSClassNamesOutput="True"> <FrameStyle BorderColor="#c6c3c6" BorderWidth="1px" BorderStyle="Solid" Width="260px" /> </DisplayLayout> <Bands> <igtbl:UltraGridBand> <Columns>
Hello Mohammed Mohsin,
Please note that the version you are using is retired several years ago and understandably would not work with modern browsers that were released after the last volume of the classic controls, which was Infragistics NetAdvantage v11.1 of ASP.NET and also is no longer supported. The product lifecycle is stated in the following page:www.infragistics.com/help/product-lifecycle
The only possible solution in this case is to use a product that is supported under
newer browsers, which you can identify in the supported environments page at:http://es.infragistics.com/support/supported-environmentsSo what you could do is to upgrade to the new ASP.NET Ajax tool-set. You can take a look at it at:http://es.infragistics.com/products/aspnet
Hello Zdravko Kolev,
As suggested, It won`t be easy for us to upgrade it because it`ll change lot of places in our application.
Can you advise, how the issue can be improvise or where the exact code point it can be look doing step thru.
Thanks for your help.
Hello Mohammed,
I am unable to determine what can cause the issue, because we no longer support the mentioned product version. The only way is to upgrade to a supported version, and if the issue still persist, then I can provide you further with suggestions or development support.