highlighting after datagrid sort in vb.net

sierra

New member
Joined
Nov 21, 2004
Messages
1
Programming Experience
Beginner
Hi all,

I just have a question regarding the datagrid's column header sort function.
See, i wish to loop through the sorted table and then highlighted the required rows. So i inserted my highlighting code in the datagrid mouseup function.

However, this function is done BEFORE the datagrid sorting is done, so in the end, the wrong rows end up being highlighted. Is there anyway for me to add my highlighting code AFTER the sorting of the datagrid is done?

This problem has me stumped for awhile, hope help arrives soon!

Thanx,

Sierra
 
Back
Top