Quick DaaView Question
-
I'm using DataView to sort my dataset. Once a user sorts the data I want to reset it back to show all records. Whats the right way to do this? I'm using the RowFilter property to sort the dataview. Thanks Tom Wright tawright915@yahoo.com
-
I'm using DataView to sort my dataset. Once a user sorts the data I want to reset it back to show all records. Whats the right way to do this? I'm using the RowFilter property to sort the dataview. Thanks Tom Wright tawright915@yahoo.com
Hello, You can set
DataView.RowFilter
property tostring.Empty
to view all records in the table.RowFilter
property is used to filter the records. You can usingSort
property ofDataView
to sort the data. HTH. Cheers. Maqsood Ahmed - MCAD.net Kolachi Advanced Technologies http://www.kolachi.net