I am having two issues with sorting by clicking on a columns' header.
1. I have a column that is sorting alphanumeric instead of by actual number value (ie. 1, 10, 2, 20 instead of 1,2,10,20). I tried making this column a NumberColumn in the designer.cs file, but that did not help. I do not see a way to change this column type in the Column Collection Editor (or create a new NumberColumn for that matter). Am I missing something else that I should change?
2. I have another column where, in some cases, I change the value on the fly grid, but not the underlying node. When I try to sort this way, the sort does not recognize any values just on the grid and not in a node. Instead, it sorts as if those cells were blank. Is there a way to sort based on the grid values instead of the node values?
Thank you,
Jason