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
170
Best way to initialize Rows
posted

Hi,

in my wingrid i need to display the value of certain column with images, based on the value of the cell.

I use the InitializeRow events and Row by Row i change the value of Appearance.Image because i have an imageList linked to the wingrid.

The question is : when i have 20000 - 50000 records looping over all of this, i have low-performance. Is there a more efficient solution?

I think about the InitializeRowCollection but can I manage the value row by row ?