This question is locked. New answers and comments are not allowed.
hello ,
I am using Radgridview .
I need to align column text to right side .
I have tried
I am using Radgridview .
I need to align column text to right side .
I have tried
GridViewDataColumn datacol1 = new GridViewDataColumn();
datacol1.TextAlignment =
TextAlignment.Right;
but this is not working
Please suggest me solution.
Thanks ,
Nandkishor .