Question DataGridView Sort highlights

ksyong17

New member
Joined
Aug 5, 2008
Messages
2
Programming Experience
1-3
Hi There,

I'm having a datagridview which is used to populate data. These data would then be hightlighted in different colour depends on some condition.

Datagridview has an build in fuction which you could used it for sorting the data. However, after sorting, the highligted data would loses its colour.

I wonder if there's anyone has any idea on this? I need the data to remian hightlighted after sorting. Any thoughts?

Thanks
ksyong17
 
How so? A DGV that is formatted by CellFormatting event doesn't loose formatting after sorting that I can see.
 
Back
Top