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
95
performance issue on system.object
posted

hi

i'm heavily using system.object DataType on ultradatacolumn 

i'm facing performances issues on using this type combined with an ultragrid

if i change all my columns datatype from string to object, scrolling the data in the grid is very slow

i'm sure the performance can't be as good as using standard types but it's way far slower

does anyone have informations about this?

Parents
  • 469350
    Verified Answer
    Offline posted

    I can't see why the data type in itself should make that much difference. Although this might be an issue with boxing / unboxing the data.  

    My first suggestion would be to turn on breaking on all run-time exceptions in the IDE and see if you are getting any. Perhaps something in your code is causing exceptions to be raised and caught. This is a common cause of performance problems.  

Reply Children
No Data