This question is locked. New answers and comments are not allowed.
Hi:
I'm trying to remember the displayed column order in a cookie. In order for this to work efficiently, I want the columns stored in the cookie in DisplayIndex order, but I can't get the OrderBy to work:
I'm trying to remember the displayed column order in a cookie. In order for this to work efficiently, I want the columns stored in the cookie in DisplayIndex order, but I can't get the OrderBy to work:
| foreach ( GridViewColumn col in Report_Grid.Columns.OrderBy( x => x.DisplayIndex ) ) |
