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
220
ultragrid crashing when scrolling
posted

hi,

having a really strange problem...not seen this problem before..and ive used winultra grids for awhile now.  I have a main form set with a ultragrid displayed on it...when i call a dataset from a storeprocedure and ask the datagridview to display the data, it works perfect.  However...when i click the scroll button to scroll down the data...it crashes my application with the following exception:

Cross-thread operation not valid: Control 'ultragridview1' accessed from a thread other than the thread it was created on.

any ideas?this is happening on all my applications im working on using ultragrids.

 thanks

 

EDIT: since googling the error..its apprently a threading problem..this code is not using threading

Parents Reply Children