Tuesday, May 20, 2014

DevExpress GridView CustomUnboundColumnData, e.Column always refers to same column

This just happened to me and the solution is very easy. I just didn't check for a solution at the right place. This will happen if your unbound columns all share the same FieldName, so make sure they are unique across the GridView.