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 is taking more time in client side while displaying the page
posted

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.35
Client side: 00:00:07.04

Nearly one minute for just 50rows is non tolerable. Please help me in this.

Regards,

Ahmed.

Parents
No Data
Reply
  • 37874
    posted

    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.

Children