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
1375
WHDG_Adding child row in cliend side- Internet explorer not responding error due to longrunning inbuilt script.
posted

Hi Team,

I am using WebHierarchicalDataGrid and adding child row in client side using rowIsland property. Please find the sample attached in the below URL to reproduce the issue. URL: http://es.infragistics.com/community/forums/t/88005.aspx

Steps to reproduce the issue:

1)Run the link using the machine name and not local host.

2)In the loop adding the child band in javascript, hardcode it to around 20 in the sample code attached.

3)Use IE7 browser.

4)The rows appear at once but the grid freezes some time with the "Long running script from the explorer".

Solution required:

1)Is there any way to reduce the time of the inbuild script execution.

2)How to find if the childrows added in client side is ready for editting so as to inimate the user as "Please wait".

Regards,

Ahmed.

Parents
No Data
Reply
  • 7499
    posted

    Hello Ahmed,

    I have created a sample based on the code you have provided in this forum thread http://es.infragistics.com/community/forums/t/88005.aspx . I am not able to run the sample, I am getting " System.Data.ConstraintException: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints." while reading XML file.

    Here is the complete sample project (https://dl.dropboxusercontent.com/u/104570774/WebApplication1.zip)I used to test this.  Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.

    If this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.

Children