Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
change row color in ultragrid
posted

hi, using c# window forms..
is it possible to change the color of a column?
similiar to:

this.grd_Results.DisplayLayout.Bands[0].SortedColumns.Add("Surname", false, true);

i want to do something along the same lines but color the Column in yellow?

 Cheers,