Does anyone know how I could format columns in the DevExpress ASPxGridView. What I have is a xml file that is generated daily from an xml file. What I would like to do is format columns for specific values, for example, a column with measurements, I want to add trailing zeros if these are not filled, i.e. 1.2 to 1.200. I have only come across examples done in the ASPX page and have built my columns in code. Please assist with the simplest solutions or property, thanks.
Does anyone know how I could format columns in the DevExpress ASPxGridView. What I
Share
In your .aspx page you can do this to format your column to dollar amount with 0 decimal place
In Code behind bind CellEditorInitialize to a custome event handler something like: