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
335
Performance Issue with Row Update using hierarchical Datasource
posted

Hello everyone,

I'm having trouble with the following issue:

I'm using a DataSet as a datasource for my ultragrid. With the help of DataRelations I display the data in a hierarchical way with up to 4-5 levels. I have also the HeaderCheckbox in use to check all rows of one levels at once (the rows have a column of boolean type to check and uncheck). The problem is now, that when I check or uncheck a single row of the highest level, something happens that can take up to 10 seconds before the programm reaches the actual cellchange event. In similar cases there is also sometimes a long period of time between the before and after rowupdate events.

On lower levels the same procedure doesn't take so long, so I guess it has something to do with the hierarchical grid. Is there any chance to speed that up?

 

greetings

Renelope

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello Renelope,

    Could you please try if possible to attach a small sample project reproducing the above mentioned issue since I tried and was not able to do so. I will be happy to assist you further on that matter.

Children