Hi,
We are adding multiple rows into a table using instance manager which working in all the browsers except in IE11. For each panel section we have enabled lazy loading. If we run the same code at fragment level its working fine in IE browser but when it comes to main page we are unable to add rows. We have observed that if we disable lazy loading then we are able to add the second row for table in main page. Since we have many panels and service calls we cannot disable lazy loading. Please let us know how to resolve this.
Please find the below code snippet:
guideBridge.resolveNode("pest-table").Row1.instanceManager.addInstance();
var count = guideBridge.resolveNode("pest-table").Row1.instanceManager.instanceCount -1;
var tableRowInstance=guideBridge.resolveNode("pest-table").Row1.instanceManager.instances[count];
guideBridge.resolveNode("pest-table").Row1.instanceManager.instances[count].sPestMissedName.value = "pest1";
Thanks,
Nikesh
Solved! Go to Solution.
Views
Replies
Total Likes
@Nikesh_Kumar The issue is already fixed in 6.5.4 and 6.4.8.1
Internet explorer is not a supported browser for adaptive forms
please use edge or chrome or Firefox or safari
@Nikesh_Kumar The issue is already fixed in 6.5.4 and 6.4.8.1
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies