This question is locked. New answers and comments are not allowed.
Hi,
Is there a place I can go to see how to right justify this Username in a Grid Column (right now it is in the middle of the column)....
Is there a place I can go to see how to right justify this Username in a Grid Column (right now it is in the middle of the column)....
columns.Add(o => o.Username).Width(150);
I do see the "Format" method, but is there a place to see the different ways I can use this ?
Please let me know if this is really a LINQ or Entity Framework question ?
thanks