TO
Tomas
November 8, 2005 09:21 AM UTC
I forgot to say that the above code is placed within an if-statement looking like this:
if(e.ColIndex == -1)
I do this to know that is it a specific rowstyle I''m working with.
TO
Tomas
November 8, 2005 10:09 AM UTC
I have solved this issue. Instead of fetching validation values from the grid, as this probably triggers even more events, I changed the code to get them from the datasource instead and gained LOTS of performance.