How to Changing Row Color on DevExpress GridView
The trick to trigger is following
gridView1.RefreshRow(rowhandle);
Reference : Changing Row Colours on DevExpress GridView
By the way, in my experience, using FocusRowHandle is BETTER than GetFocusedDataSourceRowIndex !!
Because GetFocusedDataSourceRowIndex may occur ERROR when sorting columns,
UPDATE : the following is also need !!
e.HighPriority = true;
Written by 小叮噹文青
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Color
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#