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
110
UltraWinGrid with Icon Column Extremely slow
posted

I've been having serious performance issues with my UltraWinGrid (v 8.2).  I use them all throughout my application and only have issue with one grid.

I've finally been able to track this down to the icon column.  I only load icons for some of the rows and the value was otherwise set to nothing.  If I change this to load an icon in every row (even an empty icon); the performance issue is resolved.

I'm sure there is a better way to handle this?

Regards,

Leah

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Leah,

    There's really not enough information here to go on. I can't see any reason why populating some cells with an icon would cause a performance issue.

    My only guess is that something in your code is attempting to reference the image and raising an exception which is getting caught. Maybe you should set the Visual Studio IDE to break on all run-time exceptions and see if any are occurring.

    If that doesn't help, please provide a small sample project that demonstrates this issue. Or at least more details like the data type of the column, how you are displaying the icons, whate events you are handling to populate the cells, etc.

Reply Children