sorting - How to change the way a devexpress grid sorts rows -
i have devexpress grid control on screen. 1 of fields in table room number, , taking in string (just in case have room 2a or that). however, when click column header (to sort values in either ascending or descending order), doesn't work values. there blank spaces everywhere, strings above room number 0, whole thing mess. there way me change way grid sorts?
you can implement custom sorting via columnview.customcolumnsort event. custom sorting enabled specific column if gridcolumn.sortmode property set columnsortmode.custom.
Comments
Post a Comment