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
180
ultragrid formula performance
posted

Hello Support Team,

Here I met a performance problem while using formula in ultragrid. I have around 50,000 data entries (each entry with more than 200 fields) populated in an grid it takes around 20 min including query, download, populating data to grid. in the testing I noticed around 60% of the time was in the formula assignment clause.

the grid data populating business is:

1. fill data in grid

2. set formula (column.Formula = translatedFormula;)

3. set format

can you please help to see if there is any solution to improve the populating data performance? thank you in advance.

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    There's not a lot of information here to go on. How are you determining the time it takes the formulas to calculate? formulas in the grid are calculated asynchronously, so unless you explicitly changed them to work in synchronous or manual mode, they will never lock up the UI and you will not be able to tell when they are done.

Children