Skip to main content

SPGridView, LinqDataSource and Filtering... and sorting

·47 words·1 min
Sebastiaan Brozius
Author
Sebastiaan Brozius

Ok, so I’ve hit one more snag… When a filter has been set, and a column is clicked to sort, the filter gets lost.

When an SPGridView sorts, it has an empty FilterFieldName. So, we have to see if we can store this somewhere.

To be continued…