Hi.
I have a RadGridView with 10.000 rows.
It has 4 columns, 3 string columns and 1 image column.
When i sort the string columns, it works fine(less than 1 second).
But when i sort the image column, it takes to long, took me 25 seconds.
Don't known what order algorithm your using, but it's taking to long.
Think this is a bug report.
Bruno Almeida.
EDIT: Here is one print of my RadGridView looking... Done it while it was ordering the image column (the first one).
PS: If, by mistake, i click 2 or 3 times in the column(to order it) when its processing the first order, it calls the order that many times. making the 25 seconds waiting time in 25*3 = 75 seconds.
I have a RadGridView with 10.000 rows.
It has 4 columns, 3 string columns and 1 image column.
When i sort the string columns, it works fine(less than 1 second).
But when i sort the image column, it takes to long, took me 25 seconds.
Don't known what order algorithm your using, but it's taking to long.
Think this is a bug report.
Bruno Almeida.
EDIT: Here is one print of my RadGridView looking... Done it while it was ordering the image column (the first one).
PS: If, by mistake, i click 2 or 3 times in the column(to order it) when its processing the first order, it calls the order that many times. making the 25 seconds waiting time in 25*3 = 75 seconds.