SearchPanes with Editor on large data set performing too slow on edit

SearchPanes with Editor on large data set performing too slow on edit

satyaprakashspsatyaprakashsp Posts: 1Questions: 1Answers: 0

I have a large dataset of 30 columns and 3000 rows.
I am trying to use the editor on the first 10 columns and the rest are readonly
Along with this, I have enabled SearchPanes on a few read-only columns.
Whenever I edit a cell, it seems like SearchPanes is trying to rebuild the options and is taking huge time.
If I remove SearchPanes then the edit is faster.

My Question is since for me those SearchPanes columms are all read-only, how can I stop this rebuild to happen.
I tried the postEdit event of the editor and tried to call e.stopPropagation(); but doesn't work.

Can anyone suggest stopping that rebuild or any other way to make this faster?

Thanks in advance.
Best regards
Satya

Answers

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi @satyaprakashsp ,

    This isn't something that we have come across, but it sounds like there is a potential optimisation in there somewhere that we could make. Could you please link to a test case showing the issue so I can debug what is happening and maybe make an improvement? Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Thanks,
    Sandy

Sign In or Register to comment.