Hi,
I am using Web hierarchical data grid 12.2 . My scenario is I am adding child band in client side using ajax call and removing the added rows from the row island on collapse.My issue here is,
1)On first time expand event I am getting the child band columns width as what I specified. But on successive expand the columns are getting equally spaced width as I show in the image below. I tried setting the column width in javascript as well but it is does not work.
Please help me out in this.
Regards,
Ahmed.
Hi Vasya,
Thank you for your response. The issue is solved by replacing the code .remove(rowtoberemoved) with applying css as rowtoberemoved = "hideRow"
.hideRow { visibility: hidden; display: none; }
Hello Ahmed,
Please feel free to contact me if you need any further assistance with this matter.
Thank you for providing me the sample project.
What I noticed in the sample project is that you are using version 12.2.20122.1007, which is the RTM of NetDavantage 12.2.
What I can suggest is try downloading the latest service release available for version 12.2 which is 12.2.20122.2257 by following the steps I suggested in my previous post.
Could you please clarify that this issue is reproducible with version 2257 as well?
Looking forward to hearing from you.
Hereby attached working sample to reproduce the issue of child band columns gets assigned with equal width dunring the second time expand. To reproduce the issue please run the project outside using the machine name instead of using localhost.
Another issue :
The second time expand is also taking more time. (ie) The content is loaded at once but there are some infragistics script running inside which freezes the page for more time. To reproduce this issue please folllow the below steps.
1)Run the link outside using machine name.
2)Expand any one row.
3)Collapse the same row.
4)Expand again the same row.
Now the child row will be populated soon but the page will be disabled for certain period of time with popup saying "internet explorer is not responding" from browser.
Thank you for posting in our community.
In order to provide you with better and more accurate support I would need a small, isolated, working sample where this issue is reproducible. This is going to be highly appreciated and would help me to investigate further and find the root cause of this issue.
Additionally, I would strongly recommend you to download the latest service release available for your version, which currently is 12.2.20122.2257. This could be achieved by following these steps:
1) Go to http://es.infragistics.com and log with your account.
2) Select "Account". This will open the "My keys and downloads" page.
3) Select your product from the product list.
4) Select "Service releases" tab.
There you will find the latest service release available for download.
Thank you very much for your cooperation on this matter.