I have one column on my grid that is Unbound; the others are all Bound. When sorting occurs, the Unbound column is not included in the sort, leaving that column mismatched with the rest of the data.
Do I need to do anything special to get that column to sort, does sorting not work on BoundField columns?
Hello FireStrom12,
Were you able to resolve the issue?
Please let me know if I can provide any further assistance regarding this matter.
I had to change the column to a bound column, and then change the data type from a date to a string so that I can display a blank field for empty dates.
I am binding a collection of C# .NET objects, and you cannot have a null date in C#.