Hi Team,
I am using Web hierarchical datagrid with initial data bind depth to -1. The relation of parent and child is displayed in code behind. The option to add child band in client side is also enabled using the row island property. I feel the slowness onload in the client sid(It is all inbuilt script and I don't have any code for my end to execute onload event).
Time stamp captured:
Parent Rows: 50 Child Rows: 262
Server time :00:00:04.62 Client side: 00:00:50.10
----------------------------------------------------Parent Rows: 50 Child Rows: 0
Server time :00:00:03.35Client side: 00:00:07.04
Nearly one minute for just 50rows is non tolerable. Please help me in this.
Regards,
Ahmed.
Hi Ahmed,
Can you please give me some more details. What do you mean by "The option to add child band in client side is also enabled using the row island property"? I also didn't understand if you have some custom script? Is it possible for you to share a small working sample reproducing the issue, or at least a code snippet?
Thank you.
Hi Nikolay,
Thanks for your quick response. Please find the attachment below to reproduce the long running script issue. Run the page using the machine name and not local host.