I have configured a radgridview element where we load approximately 1000 records. After loading the Database elements, I need to configure an icon column as shown in the image (IMG01). This icon is not part of the information of the database object but I load it directly to the radgridview column (IMG02). On the first item load this loop takes no more than 1 second for the 1000 items in the table.
If I make any changes and reload all the information from the database, the next execution of that loop takes about 40 seconds.
The image code IMG02 always runs after the image code IMG03.
Is there a way to improve the loading of these images in the radgridview element?
Thank you!