Group: Forum Members
Posts: 336,
Visits: 497
|
When I try to access the FieldName property for a specific column in an EnhancedList control I am not getting the correct value. I get Col0, Col1, Col2, and so on instead of the correct FieldName values. I really need this as I would like to access a column based on the FieldName and I don't know what index it will be. I tried this in DevExpress and it worked correctly, so it is probably something to do with what's going on in the Population of the grid from the BO.
|