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
40
Copying Excel Column Value and Pasting on WebUI.UltraWebGrid column
posted

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>

Parents Reply Children
No Data